mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
30 lines
813 B
JSON
30 lines
813 B
JSON
{
|
|
"name": "Binance Smart Chain Testnet",
|
|
"chain": "BSC",
|
|
"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"
|
|
}
|
|
]
|
|
}
|