Skip to content

Commit

Permalink
Update edgeProvider.test.ts
Browse files Browse the repository at this point in the history
added bitcoin testnet4
  • Loading branch information
theDavidCoen authored Nov 11, 2024
1 parent a15f9e2 commit 4406f74
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions src/__tests__/edgeProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6763,6 +6763,59 @@ const currencyConfig: { [pluginId: string]: any } = {
builtinTokens: {},
customTokens: {}
},
bitcointestnet4: {
otherMethods: {},
currencyInfo: {
pluginId: 'bitcointestnet4',
walletType: 'wallet:bitcointestnet4',
currencyCode: 'TESTBTC4',
displayName: 'Bitcoin Testnet4',
denominations: [
{
name: 'TESTBTC4',
multiplier: '100000000',
symbol: '₿'
},
{
name: 'mTESTBTC4',
multiplier: '100000',
symbol: 'm₿'
},
{
name: 'bits',
multiplier: '100',
symbol: 'ƀ'
},
{
name: 'sats',
multiplier: '1',
symbol: 's'
}
],
defaultSettings: {
customFeeSettings: ['satPerByte'],
blockbookServers: ['wss://testnet4-explorer.wakiyamap.dev'],
enableCustomServers: false
},
customFeeTemplate: [
{
type: 'nativeAmount',
key: 'satPerByte',
displayName: 'Satoshis Per Byte',
displayMultiplier: '0'
}
],
metaTokens: [],
blockExplorer: 'https://mempool.space/testnet4/block/%s',
addressExplorer: 'https://mempool.space/testnet4/address/%s',
transactionExplorer: 'https://mempool.space/testnet4/tx/%s',
symbolImage: 'https://content.edge.app/bitcoin-logo-solo-64.png',
symbolImageDarkMono: 'https://content.edge.app/bitcoin-logo-solo-64.png'
},
allTokens: {},
builtinTokens: {},
customTokens: {}
},
dash: {
otherMethods: {},
currencyInfo: {
Expand Down

0 comments on commit 4406f74

Please sign in to comment.