Deploying to gh-pages from @ ethereum-lists/chains@5038dbeceb 🚀

This commit is contained in:
ligi 2023-02-21 05:06:19 +00:00
parent 2645d7c8ce
commit 357e95a804
7 changed files with 64 additions and 3 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-96.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",