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:
jackcrypto9527 2023-02-01 23:44:38 +08:00 committed by GitHub
parent 6284cbaa76
commit 7770456d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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