mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add core blockchain testnet (#2221)
* add core blockchain mainnet * run prettier * add core blockchain testnet * update short name core->tcore
This commit is contained in:
parent
6284cbaa76
commit
7770456d65
24
_data/chains/eip155-1115.json
Normal file
24
_data/chains/eip155-1115.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user