Skip to content

Commit

Permalink
Add production Nimiq Pay app cosigner pubkey to mainnet config
Browse files Browse the repository at this point in the history
This is to detect instant transactions from Nimiq Pay apps, which are actually HTLC early-resolves, and display them as usual transactions.
  • Loading branch information
sisou committed Jan 29, 2024
1 parent fe21b3b commit aa4c32f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/config.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export default {
},

nimiqPay: {
cosignerPublicKeys: [],
cosignerPublicKeys: [
'91b21f4b100273bd7034f6369c29d1f7ba72dba7de6720ad3cd8b81916218913',
],
},
};

0 comments on commit aa4c32f

Please sign in to comment.