From ce0e1cf3ea960aff2f8f47acf7b62858040921e5 Mon Sep 17 00:00:00 2001 From: Metatime <109962392+metatimeofficial@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:35:53 +0300 Subject: [PATCH] Adding Eleanor Metatime Testnet (#2355) --- _data/chains/eip155-1967.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-1967.json diff --git a/_data/chains/eip155-1967.json b/_data/chains/eip155-1967.json new file mode 100644 index 00000000..12acc29b --- /dev/null +++ b/_data/chains/eip155-1967.json @@ -0,0 +1,23 @@ +{ + "name": "Eleanor", + "title": "Metatime Testnet Eleanor", + "chain": "MTC", + "rpc": ["https://rpc.metatime.com/eleanor", "wss://ws.metatime.com/eleanor"], + "faucets": ["https://faucet.metatime.com/eleanor"], + "nativeCurrency": { + "name": "Eleanor Metacoin", + "symbol": "MTC", + "decimals": 18 + }, + "infoURL": "https://eleanor.metatime.com", + "shortName": "mtc", + "chainId": 1967, + "networkId": 1967, + "explorers": [ + { + "name": "metaexplorer-eleanor", + "url": "https://explorer.metatime.com/eleanor", + "standard": "EIP3091" + } + ] +}