From 7770456d65382e68defbf6c573573510c77d3c85 Mon Sep 17 00:00:00 2001 From: jackcrypto9527 <103176059+jackcrypto9527@users.noreply.github.com> Date: Wed, 1 Feb 2023 23:44:38 +0800 Subject: [PATCH] add core blockchain testnet (#2221) * add core blockchain mainnet * run prettier * add core blockchain testnet * update short name core->tcore --- _data/chains/eip155-1115.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-1115.json diff --git a/_data/chains/eip155-1115.json b/_data/chains/eip155-1115.json new file mode 100644 index 00000000..8f2d1c08 --- /dev/null +++ b/_data/chains/eip155-1115.json @@ -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" + } + ] +}