mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add PublicNode RPC Endpoint for Evmos (#1723)
* Add PublicNode * Small fix of the domain name * Fix validation issue Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
adb8628614
commit
220648347f
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Evmos",
|
"name": "Evmos",
|
||||||
"chain": "Evmos",
|
"chain": "Evmos",
|
||||||
"rpc": ["https://eth.bd.evmos.org:8545"],
|
"rpc": ["https://eth.bd.evmos.org:8545", "https://evmos-evm.publicnode.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Evmos",
|
"name": "Evmos",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user