From 220648347f24a435143cfa959308c6ca2a0217cd Mon Sep 17 00:00:00 2001 From: Sephiroth Date: Fri, 18 Nov 2022 13:24:34 +0000 Subject: [PATCH] Add PublicNode RPC Endpoint for Evmos (#1723) * Add PublicNode * Small fix of the domain name * Fix validation issue Co-authored-by: ligi --- _data/chains/eip155-9001.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-9001.json b/_data/chains/eip155-9001.json index 3a428fcb..e7dc5c2b 100644 --- a/_data/chains/eip155-9001.json +++ b/_data/chains/eip155-9001.json @@ -1,7 +1,7 @@ { "name": "Evmos", "chain": "Evmos", - "rpc": ["https://eth.bd.evmos.org:8545"], + "rpc": ["https://eth.bd.evmos.org:8545", "https://evmos-evm.publicnode.com"], "faucets": [], "nativeCurrency": { "name": "Evmos",