mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
04f9bb8526
* Add Binance Smart Chain Testnet explorer * Remove extra comma * Update _data/chains/eip155-97.json Co-authored-by: ligi <ligi@ligi.de> * remove icon without definition Co-authored-by: ligi <ligi@ligi.de>
31 lines
828 B
JSON
31 lines
828 B
JSON
{
|
|
"name": "Binance Smart Chain Testnet",
|
|
"chain": "BSC",
|
|
"network": "Chapel",
|
|
"rpc": [
|
|
"https://data-seed-prebsc-1-s1.binance.org:8545",
|
|
"https://data-seed-prebsc-2-s1.binance.org:8545",
|
|
"https://data-seed-prebsc-1-s2.binance.org:8545",
|
|
"https://data-seed-prebsc-2-s2.binance.org:8545",
|
|
"https://data-seed-prebsc-1-s3.binance.org:8545",
|
|
"https://data-seed-prebsc-2-s3.binance.org:8545"
|
|
],
|
|
"faucets": [
|
|
"https://testnet.binance.org/faucet-smart"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Binance Chain Native Token",
|
|
"symbol": "tBNB",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://testnet.binance.org/",
|
|
"shortName": "bnbt",
|
|
"chainId": 97,
|
|
"networkId": 97,
|
|
"explorers": [{
|
|
"name": "bscscan-testnet",
|
|
"url": "https://testnet.bscscan.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|