Skip to content

Commit 0abedd1

Browse files
fix(statics): update derived xpub
TICKET: BTC-2357
1 parent 31cf2d8 commit 0abedd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class BitcoinTestnet extends Testnet implements UtxoNetwork {
368368
explorerUrl = 'https://mempool.space/testnet/tx/';
369369
// Add our pubkey for our paygo wallet
370370
paygoAddressAttestationPubkey =
371-
'xpub661MyMwAqRbcFU2Qx7pvGmmiQpVj8NcR7dSVpgqNChMkQyobpVWWERcrTb47WicmXwkhAY2VrC3hb29s18FDQWJf5pLm3saN6uLXAXpw1GV';
371+
'xpub6BKRgmCPX5oQiJgJ6Vq6BF8tDvZhwQki5dVVQohckK2ZJXtxj8K6M9pavLwt9piW33hZz17SWmG8QWsjJ1tHdde2Fs5UA3DFbApCtbdaGKn';
372372
}
373373

374374
class BitcoinPublicSignet extends Testnet implements UtxoNetwork {

0 commit comments

Comments
 (0)