Deploying to gh-pages from @ ethereum-lists/chains@6f8b9daf10 🚀

This commit is contained in:
ligi 2023-01-16 11:15:05 +00:00
parent caabdb7c0d
commit 9d9a5ebee5
10 changed files with 81 additions and 3 deletions

View File

@ -126,6 +126,14 @@
"height": 418,
"format": "png"
}]
}, {
"name": "bkc",
"icons": [{
"url": "ipfs://QmYFYwyquipwc9gURQGcEd4iAq7pq15chQrJ3zJJe9HuFT",
"width": 1000,
"height": 1000,
"format": "png"
}]
}, {
"name": "nahmii",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

27
chains/eip155-25925.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Bitkub Chain Testnet",
"chain": "BKC",
"icon": "bkc",
"rpc": [
"https://rpc-testnet.bitkubchain.io",
"wss://wss-testnet.bitkubchain.io"
],
"faucets": ["https://faucet.bitkubchain.com"],
"nativeCurrency": {
"name": "Bitkub Coin",
"symbol": "TKUB",
"decimals": 18
},
"infoURL": "https://www.bitkubchain.com/",
"shortName": "bkc",
"chainId": 25925,
"networkId": 25925,
"explorers": [
{
"name": "bkcscan",
"url": "https://testnet.bkcscan.com",
"standard": "none",
"icon": "bkc"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6225,6 +6225,19 @@
"rpc": ["https://www.hammerchain.io/rpc"],
"faucets": [],
"infoURL": "https://www.hammerchain.io"
}, {
"name": "Bitkub Chain Testnet",
"chainId": 25925,
"shortName": "bkc",
"networkId": 25925,
"nativeCurrency": {
"name": "Bitkub Coin",
"symbol": "TKUB",
"decimals": 18
},
"rpc": ["https://rpc-testnet.bitkubchain.io", "wss://wss-testnet.bitkubchain.io"],
"faucets": ["https://faucet.bitkubchain.com"],
"infoURL": "https://www.bitkubchain.com/"
}, {
"name": "Hertz Network Mainnet",
"chainId": 26600,

View File

@ -9085,6 +9085,27 @@
"url": "https://www.hammerchain.io",
"standard": "none"
}]
}, {
"name": "Bitkub Chain Testnet",
"chain": "BKC",
"icon": "bkc",
"rpc": ["https://rpc-testnet.bitkubchain.io", "wss://wss-testnet.bitkubchain.io"],
"faucets": ["https://faucet.bitkubchain.com"],
"nativeCurrency": {
"name": "Bitkub Coin",
"symbol": "TKUB",
"decimals": 18
},
"infoURL": "https://www.bitkubchain.com/",
"shortName": "bkc",
"chainId": 25925,
"networkId": 25925,
"explorers": [{
"name": "bkcscan",
"url": "https://testnet.bkcscan.com",
"standard": "none",
"icon": "bkc"
}]
}, {
"name": "Hertz Network Mainnet",
"chain": "HTZ",

8
icons/bkc.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYFYwyquipwc9gURQGcEd4iAq7pq15chQrJ3zJJe9HuFT",
"width": 1000,
"height": 1000,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -478,6 +478,7 @@
"web": "eip155:24484",
"mintme": "eip155:24734",
"GOLDT": "eip155:25888",
"bkc": "eip155:25925",
"HTZ": "eip155:26600",
"OAC": "eip155:26863",
"obgor": "eip155:28528",