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 7, 2024
1 parent 35fa5d9 commit bef5353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/config.local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default {

nimiqPay: {
cosignerPublicKeys: [
'c1534c708122968212c6709526801d18218ce9303590f2bca473213d99b24aaf',
'1a0fc4eb1376b604c7df66d098b29bbb2fcfd68ef328ce98ae0f7d19f4f6d456',
],
},
};
2 changes: 1 addition & 1 deletion src/config/config.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default {

nimiqPay: {
cosignerPublicKeys: [
'c1534c708122968212c6709526801d18218ce9303590f2bca473213d99b24aaf',
'1a0fc4eb1376b604c7df66d098b29bbb2fcfd68ef328ce98ae0f7d19f4f6d456',
],
},
};

0 comments on commit bef5353

Please sign in to comment.