mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add bitkubchain testnet data, with binary icon (#2145)
This commit is contained in:
parent
9cd1ca738f
commit
6f8b9daf10
27
_data/chains/eip155-25925.json
Normal file
27
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/bkc.json
Normal file
8
_data/icons/bkc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYFYwyquipwc9gURQGcEd4iAq7pq15chQrJ3zJJe9HuFT",
|
||||
"width": 1000,
|
||||
"height": 1000,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue
Block a user