From 0abedd1dd2f63dfdb16bf50feeefdb8b69f665d6 Mon Sep 17 00:00:00 2001 From: Christopher Fong Date: Thu, 31 Jul 2025 11:02:14 -0400 Subject: [PATCH] fix(statics): update derived xpub TICKET: BTC-2357 --- modules/statics/src/networks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 9fbb08819f..37e069e793 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -368,7 +368,7 @@ class BitcoinTestnet extends Testnet implements UtxoNetwork { explorerUrl = 'https://mempool.space/testnet/tx/'; // Add our pubkey for our paygo wallet paygoAddressAttestationPubkey = - 'xpub661MyMwAqRbcFU2Qx7pvGmmiQpVj8NcR7dSVpgqNChMkQyobpVWWERcrTb47WicmXwkhAY2VrC3hb29s18FDQWJf5pLm3saN6uLXAXpw1GV'; + 'xpub6BKRgmCPX5oQiJgJ6Vq6BF8tDvZhwQki5dVVQohckK2ZJXtxj8K6M9pavLwt9piW33hZz17SWmG8QWsjJ1tHdde2Fs5UA3DFbApCtbdaGKn'; } class BitcoinPublicSignet extends Testnet implements UtxoNetwork {