Skip to content

Commit

Permalink
feat(blockchain-link): add btc testnet4 to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Feb 5, 2025
1 parent 4c07e51 commit 3c194a9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/blockchain-link/src/ui/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,30 @@ export default [
},
selected: true,
},
{
blockchain: {
name: 'Bitcoin Testnet 4',
worker: 'js/blockbook-worker.js',
server: ['https://tbtc4-1.trezor.io', 'https://tbtc4-2.trezor.io'],
debug: true,
},
data: {
address:
'vpub5YX1yJFY8E236pH3iNvCpThsXLxoQoC4nwraaS5h4TZwaSp1Gg9SQoxCsrumxjh7nZRQQkNfH29TEDeMvAZVmD3rpmsDnFc5Sj4JgJG6m4b', // all-all bech32 1
accountInfoOptions: {
page: 0,
pageSize: 25,
contractFilter: undefined,
},
estimateFeeOptions: {
blocks: [1, 2, 10],
},
txid: '',
tx: '',
subscribe: 'tb1qlj64u6fqutr0xue85kl55fx0gt4m4urun25p7q', // https://bitcoinfaucet.uo1.net/
},
selected: true,
},
{
blockchain: {
name: 'Bitcoin Cash',
Expand Down

0 comments on commit 3c194a9

Please sign in to comment.