Skip to content

Commit

Permalink
cloud_function: update evmos RPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Nov 21, 2023
1 parent e72523b commit 7a00974
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cloud_functions/src/data/evmosRPCs.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"evmosRPCs": [
{
"address": "https://lcd-evmos.whispernode.com:443/",
"provider": "WhisperNode🤐"
},
{
"address": "https://rest.bd.evmos.org:1317/",
"provider": "Blockdaemon"
"address": "https://evmos-api.polkachu.com/",
"provider": "Polkachu"
},
{
"address": "https://evmos-api.lavenderfive.com:443/",
Expand All @@ -16,6 +12,14 @@
"address": "https://api-evmos-ia.cosmosia.notional.ventures/",
"provider": "Notional"
},
{
"address": "https://lcd-evmos.whispernode.com:443/",
"provider": "WhisperNode🤐"
},
{
"address": "https://rest.bd.evmos.org:1317/",
"provider": "Blockdaemon"
},
{
"address": "https://api.evmos.interbloc.org/",
"provider": "Interbloc"
Expand All @@ -32,10 +36,6 @@
"address": "https://api.evmos.nodestake.top/",
"provider": "NodeStake"
},
{
"address": "https://evmos-api.polkachu.com/",
"provider": "Polkachu"
},
{
"address": "https://api.evmos.silentvalidator.com/",
"provider": "silent"
Expand Down

0 comments on commit 7a00974

Please sign in to comment.