Skip to content

Commit

Permalink
Add LUKSO team key
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Sep 10, 2024
1 parent c51e0a5 commit 1c893b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/params/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,12 @@ export const params = {
dnpNameSuffix: ".public.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0xF84eeDc34257018Ba77353b9F5b3e11AeAeecC2a"
},
{
name: "LUKSO Team",
dnpNameSuffix: ".dnp.dappnode.eth",
signatureProtocol: "ECDSA_256" as const,
key: "0x6109dcd72b8a2485A5b3Ac4E76965159e9893aB7"
}
]
};
Expand Down

0 comments on commit 1c893b3

Please sign in to comment.