add bitkubchain testnet data, with binary icon (#2145)

This commit is contained in:
Parinthorn Panya 2023-01-16 18:10:47 +07:00 committed by GitHub
parent 9cd1ca738f
commit 6f8b9daf10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 0 deletions

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"
}
]
}

8
_data/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