From 9a3d20a0ae7a469a9215a44f73a8ecaaac053961 Mon Sep 17 00:00:00 2001 From: EU99 <87698844+EU99@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:43:16 +0800 Subject: [PATCH] Add Eurus mainnet network (#1044) * 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 Co-authored-by: ligi --- _data/chains/eip155-1008.json | 28 ++++++++++++++++++++++++++++ _data/icons/eurus.json | 8 ++++++++ _data/icons/eurusexplorer.json | 8 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 _data/chains/eip155-1008.json create mode 100644 _data/icons/eurus.json create mode 100644 _data/icons/eurusexplorer.json diff --git a/_data/chains/eip155-1008.json b/_data/chains/eip155-1008.json new file mode 100644 index 00000000..9931f8c5 --- /dev/null +++ b/_data/chains/eip155-1008.json @@ -0,0 +1,28 @@ +{ + "name":"Eurus Mainnet", + "chain":"EUN", + "network":"eurus", + "rpc":[ + "https://mainnet.eurus.network/" + ], + "faucets":[ + ], + "nativeCurrency":{ + "name":"Eurus", + "symbol":"EUN", + "decimals":18 + }, + "infoURL":"https://eurus.network", + "shortName":"eun", + "chainId":1008, + "networkId":1008, + "icon":"eurus", + "explorers":[ + { + "name":"eurusexplorer", + "url":"https://explorer.eurus.network", + "icon":"eurus", + "standard":"none" + } + ] + } \ No newline at end of file diff --git a/_data/icons/eurus.json b/_data/icons/eurus.json new file mode 100644 index 00000000..e45a43bc --- /dev/null +++ b/_data/icons/eurus.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", + "width":471, + "height":471, + "format":"svg" + } +] \ No newline at end of file diff --git a/_data/icons/eurusexplorer.json b/_data/icons/eurusexplorer.json new file mode 100644 index 00000000..e45a43bc --- /dev/null +++ b/_data/icons/eurusexplorer.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", + "width":471, + "height":471, + "format":"svg" + } +] \ No newline at end of file