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@6f8b9daf10 🚀
This commit is contained in:
parent
caabdb7c0d
commit
9d9a5ebee5
|
@ -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
27
chains/eip155-25925.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/bkc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYFYwyquipwc9gURQGcEd4iAq7pq15chQrJ3zJJe9HuFT",
|
||||
"width": 1000,
|
||||
"height": 1000,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmYFYwyquipwc9gURQGcEd4iAq7pq15chQrJ3zJJe9HuFT
Normal file
BIN
iconsDownload/QmYFYwyquipwc9gURQGcEd4iAq7pq15chQrJ3zJJe9HuFT
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user