Skip to content

Commit

Permalink
Add dappnode key for public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Mar 1, 2024
1 parent b3dfefb commit 22ba985
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/params/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,17 @@ export const params = {

DEFAULT_RELEASE_TRUSTED_KEYS: [
{
name: "DAppNode Association",
name: "DAppNode Association (dnp)",
dnpNameSuffix: ".dnp.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1",
},
{
name: "DAppNode Association (public)",
dnpNameSuffix: ".public.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1",
},
{
name: "Nethermind Ethereum client team (public)",
dnpNameSuffix: ".public.dappnode.eth",
Expand Down

0 comments on commit 22ba985

Please sign in to comment.