From 9e022e772910514a638a7bf4115d977459bfb5ed Mon Sep 17 00:00:00 2001 From: icodezjb <8869892+icodezjb@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:35:55 +0800 Subject: [PATCH] Create eip155-1501.json (#2929) * Create eip155-1501.json Add ChainX-EVM info * Remove '/' --------- Co-authored-by: ligi --- _data/chains/eip155-1501.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-1501.json diff --git a/_data/chains/eip155-1501.json b/_data/chains/eip155-1501.json new file mode 100644 index 00000000..93fae8cb --- /dev/null +++ b/_data/chains/eip155-1501.json @@ -0,0 +1,22 @@ +{ + "name": "ChainX-EVM", + "chain": "ChainX", + "rpc": ["https://mainnet.chainx.org/rpc", "https://mainnet2.chainx.org/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "BTC", + "symbol": "BTC", + "decimals": 18 + }, + "infoURL": "https://chainx.org", + "shortName": "chainx", + "chainId": 1501, + "networkId": 1501, + "explorers": [ + { + "name": "chainx-evm scan", + "url": "https://evm.chainx.org", + "standard": "none" + } + ] +}