Skip to content

Commit

Permalink
feat: support babylon test (#4155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 authored Feb 29, 2024
1 parent 53d5d83 commit d012f90
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions packages/shared/src/config/presetNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,58 @@ const serverPresetNetworks = [
'createdAt': '2023-05-31T00:29:24.951Z',
'updatedAt': '2023-05-31T00:29:24.951Z',
},
{
'balance2FeeDecimals': 0,
'chainId': 'bbn-test-3',
'code': 'babylontestnet',
'decimals': 6,
'extensions': {
'providerOptions': {
'addressPrefix': 'bbn',
'curve': 'secp256k1',
'gasPriceStep': {
'min': '0.007',
'high': '0.01',
'low': '0.007',
'normal': '0.007',
},
'mainCoinDenom': 'ubbn',
},
},
'id': 'cosmos--bbn-test-3',
'impl': 'cosmos',
'isTestnet': true,
'logoURI':
'https://onekey-asset.com/assets/babylontestnet/babylontestnet.png',
'name': 'Babylon Testnet',
'rpcURLs': [
{
'url': 'https://lcd.testnet3.babylonchain.io',
},
],
'shortcode': 'tbbn',
'shortname': 'TBBN',
'symbol': 'TBBN',
'feeMeta': {
'code': 'tbbn',
'decimals': 6,
'symbol': 'TBBN',
},
'defaultEnabled': false,
'priceConfigs': [],
'explorers': [
{
'address': 'https://babylon.explorers.guru/account/{address}',
'block': 'https://babylon.explorers.guru/block/{block}',
'name': 'https://babylon.explorers.guru/',
'transaction':
'https://babylon.explorers.guru/transaction/{transaction}',
},
],
'status': 'LISTED',
'createdAt': '2024-02-28T01:00:00.000Z',
'updatedAt': '2024-02-28T01:00:00.000Z',
},
{
'balance2FeeDecimals': 0,
'chainId': '0',
Expand Down

0 comments on commit d012f90

Please sign in to comment.