chains/_data/chains/eip155-25925.json
Parinthorn Panya f822a2806d
Change BKC Testnet Shortname (#2146)
* change bkctestnet shortname

* change symbol bkc testnet name
2023-01-16 12:50:18 +01:00

28 lines
580 B
JSON

{
"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": "bkct",
"chainId": 25925,
"networkId": 25925,
"explorers": [
{
"name": "bkcscan-testnet",
"url": "https://testnet.bkcscan.com",
"standard": "none",
"icon": "bkc"
}
]
}