mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@5038dbeceb 🚀
This commit is contained in:
parent
2645d7c8ce
commit
357e95a804
File diff suppressed because one or more lines are too long
25
chains/eip155-96.json
Normal file
25
chains/eip155-96.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Bitkub Chain",
|
||||
"chain": "BKC",
|
||||
"icon": "bkc",
|
||||
"rpc": ["https://rpc.bitkubchain.io", "wss://wss.bitkubchain.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Bitkub Coin",
|
||||
"symbol": "KUB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.bitkubchain.com/",
|
||||
"shortName": "bkc",
|
||||
"chainId": 96,
|
||||
"networkId": 96,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Bitkub Chain Explorer",
|
||||
"url": "https://bkcscan.com",
|
||||
"standard": "none",
|
||||
"icon": "bkc"
|
||||
}
|
||||
],
|
||||
"redFlags": ["reusedChainId"]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1194,6 +1194,19 @@
|
|||
"rpc": ["https://kylin.eosargentina.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.cryptokylin.io/"
|
||||
}, {
|
||||
"name": "Bitkub Chain",
|
||||
"chainId": 96,
|
||||
"shortName": "bkc",
|
||||
"networkId": 96,
|
||||
"nativeCurrency": {
|
||||
"name": "Bitkub Coin",
|
||||
"symbol": "KUB",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.bitkubchain.io", "wss://wss.bitkubchain.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.bitkubchain.com/"
|
||||
}, {
|
||||
"name": "Binance Smart Chain Testnet",
|
||||
"chainId": 97,
|
||||
|
|
|
@ -1721,6 +1721,28 @@
|
|||
"url": "https://kylin.eosargentina.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Bitkub Chain",
|
||||
"chain": "BKC",
|
||||
"icon": "bkc",
|
||||
"rpc": ["https://rpc.bitkubchain.io", "wss://wss.bitkubchain.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Bitkub Coin",
|
||||
"symbol": "KUB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.bitkubchain.com/",
|
||||
"shortName": "bkc",
|
||||
"chainId": 96,
|
||||
"networkId": 96,
|
||||
"explorers": [{
|
||||
"name": "Bitkub Chain Explorer",
|
||||
"url": "https://bkcscan.com",
|
||||
"standard": "none",
|
||||
"icon": "bkc"
|
||||
}],
|
||||
"redFlags": ["reusedChainId"]
|
||||
}, {
|
||||
"name": "Binance Smart Chain Testnet",
|
||||
"chain": "BSC",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -91,6 +91,7 @@
|
|||
"gar-s2": "eip155:92",
|
||||
"gar-s3": "eip155:93",
|
||||
"KylinTestnet": "eip155:95",
|
||||
"bkc": "eip155:96",
|
||||
"bnbt": "eip155:97",
|
||||
"poa": "eip155:99",
|
||||
"gno": "eip155:100",
|
||||
|
|
Loading…
Reference in New Issue
Block a user