From 9a908009cd88293a08222f75888d7f1bb82c13c8 Mon Sep 17 00:00:00 2001 From: EU99 <87698844+EU99@users.noreply.github.com> Date: Wed, 6 Apr 2022 19:04:24 +0800 Subject: [PATCH] Added Eurus chain testnet. (#1054) * Added Eurus chain mainnet. * Added Eurus and explorer icons * Update Eurus explorer status to none. * Reverted updates to etherscan * Update Eurus explorer standard to none. * Removed trailing slash from Eurus explorer. * Update _data/chains/eip155-1008.json Co-authored-by: ligi * Added Eurus chain testnet * Update shortname of Eurus testnet to euntest Co-authored-by: ligi --- _data/chains/eip155-1984.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _data/chains/eip155-1984.json diff --git a/_data/chains/eip155-1984.json b/_data/chains/eip155-1984.json new file mode 100644 index 00000000..f0a94680 --- /dev/null +++ b/_data/chains/eip155-1984.json @@ -0,0 +1,28 @@ +{ + "name":"Eurus Testnet", + "chain":"EUN", + "network":"eurus-testnet", + "rpc":[ + "https://testnet.eurus.network" + ], + "faucets":[ + ], + "nativeCurrency":{ + "name":"Eurus", + "symbol":"EUN", + "decimals":18 + }, + "infoURL":"https://eurus.network", + "shortName":"euntest", + "chainId":1984, + "networkId":1984, + "icon":"eurus", + "explorers":[ + { + "name":"testnetexplorer", + "url":"https://testnetexplorer.eurus.network", + "icon":"eurus", + "standard":"none" + } + ] + } \ No newline at end of file