Skip to content

Commit

Permalink
Updated cosigner public keys for testnet
Browse files Browse the repository at this point in the history
Mainnet key stays the same
  • Loading branch information
Albermonte committed Dec 10, 2024
1 parent 35fa5d9 commit 2f2a08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/config.local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export default {
nimiqPay: {
cosignerPublicKeys: [
'c1534c708122968212c6709526801d18218ce9303590f2bca473213d99b24aaf',
'1a0fc4eb1376b604c7df66d098b29bbb2fcfd68ef328ce98ae0f7d19f4f6d456',
],
},
};
1 change: 1 addition & 0 deletions src/config/config.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default {
nimiqPay: {
cosignerPublicKeys: [
'c1534c708122968212c6709526801d18218ce9303590f2bca473213d99b24aaf',
'1a0fc4eb1376b604c7df66d098b29bbb2fcfd68ef328ce98ae0f7d19f4f6d456',
],
},
};

0 comments on commit 2f2a08d

Please sign in to comment.