Skip to content

Commit

Permalink
feat: add ethereum chain
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Jul 26, 2024
1 parent 83143dc commit a98dd2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions network.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit a98dd2c

Please sign in to comment.