From a98dd2c38089a554e56425adb6830c2f4221e080 Mon Sep 17 00:00:00 2001 From: fibonacci998 Date: Fri, 26 Jul 2024 11:18:55 +0700 Subject: [PATCH] feat: add ethereum chain --- network.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/network.json b/network.json index a8ec357d7..17a3c0dc9 100644 --- a/network.json +++ b/network.json @@ -89,5 +89,19 @@ "moleculerNamespace": "namespace-auratestnet", "EVMJSONRPC": ["https://rpcv2-testnet.ancient8.gg"], "EVMchainId": 28122024 + }, + { + "chainId": "ethereum", + "EVMJSONRPC": ["https://eth-pokt.nodies.app"], + "RPC": [], + "LCD": [], + "EVMchainId": 1 + }, + { + "chainId": "sepolia", + "EVMJSONRPC": ["https://1rpc.io/sepolia"], + "RPC": [], + "LCD": [], + "EVMchainId": 11155111 } ]