Skip to content

Commit

Permalink
[OpenBit] Add BounceBit testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezdot committed May 24, 2024
1 parent b72fcb8 commit b307f30
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/chain-list/src/data/AssetLogoMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@
"aleph-psp22-usdc-5fyfojncjvfr2bbnkfaepzca72zcvx5yetv8k9bzeuo8d83z": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph-psp22-usdc-5fyfojncjvfr2bbnkfaepzca72zcvx5yetv8k9bzeuo8d83z.png",
"aleph-psp22-wbtc-5eetcdklyyhqnnqwwwpm1fmdx1wdvuiaor9ca6cwttgyxtuj": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph-psp22-wbtc-5eetcdklyyhqnnqwwwpm1fmdx1wdvuiaor9ca6cwttgyxtuj.png",
"bouncebitevm-native-bb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bouncebitevm-native-bb.png",
"bouncebitevmtest-native-bb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bouncebitevmtest-native-bb.png",
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
Expand Down
14 changes: 14 additions & 0 deletions packages/chain-list/src/data/ChainAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -10110,5 +10110,19 @@
"multiChainAsset": null,
"hasValue": true,
"icon": null
},
"bounceBitEvmTest-NATIVE-BB": {
"originChain": "bounceBitEvmTest",
"slug": "bounceBitEvmTest-NATIVE-BB",
"name": "BounceBit Testnet",
"symbol": "BB",
"decimals": 18,
"priceId": null,
"minAmount": "0",
"assetType": "NATIVE",
"metadata": null,
"multiChainAsset": null,
"hasValue": false,
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bouncebitevmtest-native-bb.png"
}
}
25 changes: 25 additions & 0 deletions packages/chain-list/src/data/ChainInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8751,5 +8751,30 @@
"substrateInfo": null,
"extraInfo": null,
"bitcoinInfo": null
},
"bounceBitEvmTest": {
"slug": "bounceBitEvmTest",
"name": "BounceBit Testnet",
"isTestnet": true,
"chainStatus": "ACTIVE",
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevmtest.png",
"providers": {
"BounceBit Api": "https://fullnode-testnet.bouncebitapi.com/"
},
"evmInfo": {
"evmChainId": 6000,
"blockExplorer": "https://testnet.bbscan.io",
"existentialDeposit": "0",
"symbol": "BB",
"decimals": 18,
"supportSmartContract": [
"ERC20",
"ERC721"
],
"abiExplorer": "https://testnet.bbscan.io"
},
"substrateInfo": null,
"extraInfo": null,
"bitcoinInfo": null
}
}
1 change: 1 addition & 0 deletions packages/chain-list/src/data/ChainLogoMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
"peopleKusama": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
"lineaZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lineazkevm.png",
"bounceBitEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevm.png",
"bounceBitEvmTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevmtest.png",
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
}

0 comments on commit b307f30

Please sign in to comment.