create 56.json and 97.json (#106)

This commit is contained in:
zjubfd 2020-08-31 22:09:14 +08:00 committed by GitHub
parent a0b1881015
commit e7c1371535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

29
_data/chains/56.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "Binance Smart Chain Mainnet",
"chain": "BSC",
"network": "mainnet",
"rpc": [
"https://bsc-dataseed1.binance.org",
"https://bsc-dataseed2.binance.org",
"https://bsc-dataseed3.binance.org",
"https://bsc-dataseed4.binance.org",
"https://bsc-dataseed1.defibit.io",
"https://bsc-dataseed2.defibit.io",
"https://bsc-dataseed3.defibit.io",
"https://bsc-dataseed4.defibit.io",
"https://bsc-dataseed1.ninicoin.io",
"https://bsc-dataseed2.ninicoin.io",
"https://bsc-dataseed3.ninicoin.io",
"https://bsc-dataseed4.ninicoin.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Binance Chain Native Token",
"symbol": "BNB",
"decimals": 18
},
"infoURL": "https://www.binance.org",
"shortName": "bnb",
"chainId": 56,
"networkId": 56
}

25
_data/chains/97.json Normal file
View File

@ -0,0 +1,25 @@
{
"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",
"http://data-seed-prebsc-1-s2.binance.org:8545",
"http://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": "BNB",
"decimals": 18
},
"infoURL": "https://testnet.binance.org/",
"shortName": "bnb",
"chainId": 97,
"networkId": 97
}