From 4731f6713c6fc2bf2ae727388642954a6545b3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Ivar=20J=C3=B8rdre?= Date: Mon, 6 Mar 2023 14:08:36 +0100 Subject: [PATCH] Add Nahmii 3 Testnet and Mainnet (#2368) * Add Nahmii 3 Testnet and Mainnet * Update Nahmii 3 Mainnet entry Set "status" to "incubating". Remove "rpc" and "explorers". * Add empty "rpc" array Co-authored-by: ligi --------- Co-authored-by: ligi --- _data/chains/eip155-4061.json | 26 ++++++++++++++++++++++++++ _data/chains/eip155-4062.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 _data/chains/eip155-4061.json create mode 100644 _data/chains/eip155-4062.json diff --git a/_data/chains/eip155-4061.json b/_data/chains/eip155-4061.json new file mode 100644 index 00000000..69f0dbf0 --- /dev/null +++ b/_data/chains/eip155-4061.json @@ -0,0 +1,26 @@ +{ + "name": "Nahmii 3 Mainnet", + "chain": "Nahmii", + "rpc": [], + "status": "incubating", + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://nahmii.io", + "shortName": "Nahmii3Mainnet", + "chainId": 4061, + "networkId": 4061, + "icon": "nahmii", + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.nahmii.io" + } + ] + } +} diff --git a/_data/chains/eip155-4062.json b/_data/chains/eip155-4062.json new file mode 100644 index 00000000..8e14ae4d --- /dev/null +++ b/_data/chains/eip155-4062.json @@ -0,0 +1,33 @@ +{ + "name": "Nahmii 3 Testnet", + "chain": "Nahmii", + "rpc": ["https://ngeth.testnet.n3.nahmii.io"], + "faucets": [], + "nativeCurrency": { + "name": "Goerli Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://nahmii.io", + "shortName": "Nahmii3Testnet", + "chainId": 4062, + "networkId": 4062, + "icon": "nahmii", + "explorers": [ + { + "name": "Nahmii 3 Testnet Explorer", + "url": "https://explorer.testnet.n3.nahmii.io", + "icon": "nahmii", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-3", + "bridges": [ + { + "url": "https://bridge.testnet.n3.nahmii.io" + } + ] + } +}