-
Notifications
You must be signed in to change notification settings - Fork 294
feat(statics): added paygo xpub to statics for tbtc #6241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e2f754d
to
0560848
Compare
modules/statics/src/networks.ts
Outdated
@@ -342,6 +343,9 @@ class BitcoinTestnet extends Testnet implements UtxoNetwork { | |||
family = CoinFamily.BTC; | |||
utxolibName = 'testnet'; | |||
explorerUrl = 'https://mempool.space/testnet/tx/'; | |||
// Add our pubkey for our paygo wallet | |||
pubkey = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about mainnet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have it only set for testnet for now, it is not required for prod as of now. Before we have it enabled for prod, we will add the key here
ffc1435
to
4e26625
Compare
4e26625
to
5bbcc10
Compare
Issue: BTC-2116
TICKET: BTC-2116