From 57ae5d289a3372da80d01c6f3dc87f3a109093b0 Mon Sep 17 00:00:00 2001 From: backendultron <99990576+backendultron@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:48:09 +0300 Subject: [PATCH] add Ultron Testnet (#1497) --- _data/chains/eip155-1230.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-1230.json diff --git a/_data/chains/eip155-1230.json b/_data/chains/eip155-1230.json new file mode 100644 index 00000000..0c502eca --- /dev/null +++ b/_data/chains/eip155-1230.json @@ -0,0 +1,22 @@ +{ + "name": "Ultron Testnet", + "chain": "Ultron", + "icon": "ultron", + "rpc": ["https://ultron-dev.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ultron", + "symbol": "ULX", + "decimals": 18 + }, + "infoURL": "https://ultron.foundation", + "shortName": "Ultron Testnet", + "chainId": 1230, + "networkId": 1230, + "explorers": [{ + "name": "Ultron Testnet Explorer", + "url": "https://explorer.ultron-dev.io", + "icon": "ultron", + "standard": "none" + }] +}