From c3780a956155aae317fbd3b3a5318fcd6a6279b0 Mon Sep 17 00:00:00 2001 From: EnterCoin <7969492+shadiayoub@users.noreply.github.com> Date: Sat, 8 Jan 2022 02:03:50 +0300 Subject: [PATCH] EnterCoin mainnet ID --- _data/chains/eip155-1214.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-1214.json diff --git a/_data/chains/eip155-1214.json b/_data/chains/eip155-1214.json new file mode 100644 index 00000000..5b409f34 --- /dev/null +++ b/_data/chains/eip155-1214.json @@ -0,0 +1,25 @@ +{ + "name": "EnterChain Mainnet", + "chain": "ENTER", + "network": "mainnet", + "rpc": [ + "https://tapi.entercoin.net/", + ], + "faucets": [], + "nativeCurrency": { + "name": "EnterCoin", + "symbol": "ENTER", + "decimals": 18 + }, + "infoURL": "https://entercoin.net", + "shortName": "enter", + "chainId": 1214, + "networkId": 1214, + "icon": "", + "explorers": [{ + "name": "Enter Explorer - Expenter", + "url": "https://explorer.entercoin.net", + "icon": "", + "standard": "EIP3091" + }] +}