Skip to content

Commit

Permalink
Add mgarciate key as release trusted key (#1825)
Browse files Browse the repository at this point in the history
* add mgarciate key as release trusted key

* add also dnp
  • Loading branch information
pablomendezroyo authored Jan 31, 2024
1 parent d1d145d commit 970b4ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/params/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,18 @@ export const params = {
signatureProtocol: "ECDSA_256" as const,
key: "0xD88457e1B6e304900190b4a74f3c7D9a89896dBA",
},
{
name: "Mgarciate",
dnpNameSuffix: ".public.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0x86C4C5D83Ae936d32Ce46E8F256eC382A4F111d6",
},
{
name: "Mgarciate",
dnpNameSuffix: ".dnp.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0x86C4C5D83Ae936d32Ce46E8F256eC382A4F111d6",
},
],
};

Expand Down

0 comments on commit 970b4ad

Please sign in to comment.