mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* add core blockchain mainnet * run prettier * add core blockchain testnet * update short name core->tcore
25 lines
569 B
JSON
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"
|
|
}
|
|
]
|
|
}
|