chains/_data/chains/eip155-1115.json
jackcrypto9527 7770456d65
add core blockchain testnet (#2221)
* add core blockchain mainnet

* run prettier

* add core blockchain testnet

* update short name core->tcore
2023-02-01 16:44:38 +01:00

25 lines
569 B
JSON

{
"name": "Core Blockchain Testnet",
"chain": "Core",
"icon": "core",
"rpc": ["https://rpc.test.btcs.network/"],
"faucets": ["https://scan.test.btcs.network/faucet"],
"nativeCurrency": {
"name": "Core Blockchain Testnet Native Token",
"symbol": "tCORE",
"decimals": 18
},
"infoURL": "https://www.coredao.org",
"shortName": "tcore",
"chainId": 1115,
"networkId": 1115,
"explorers": [
{
"name": "Core Scan Testnet",
"url": "https://scan.test.btcs.network",
"icon": "core",
"standard": "EIP3091"
}
]
}