Skip to content

Commit

Permalink
added Swarm & Diva trusted keys (#2041)
Browse files Browse the repository at this point in the history
* added Swarm trusted keys

* add-nektar-network-trusted-keys
  • Loading branch information
chuygarcia92 authored Oct 15, 2024
1 parent 7dd1d46 commit 6b02c5e
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 @@ -371,6 +371,18 @@ export const params = {
dnpNameSuffix: ".dnp.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0xad734Bef91920621B3D2cb30E0f65461e324647E"
},
{
name: "Swarm Team",
dnpNameSuffix: ".public.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0xdAD64d07A318476dc48257a0bB53a8e9a26C6B33"
},
{
name: "Bertho - Nektar Network",
dnpNameSuffix: ".public.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0x837a04322815b008c3e60c864bd5712e1da468b0"
}
]
};
Expand Down

0 comments on commit 6b02c5e

Please sign in to comment.