Skip to content

Commit

Permalink
Merge pull request #1259 from cipig/elec
Browse files Browse the repository at this point in the history
add some EVM RPCs
  • Loading branch information
cipig authored Jan 16, 2025
2 parents 38233f9 + 9dede9e commit 67a8e2a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ethereum/GLMR
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"rpc_nodes": [
{
"url": "https://rpc.api.moonbeam.network"
"url": "https://rpc.api.moonbeam.network",
"ws_url": "wss://wss.api.moonbeam.network"
},
{
"url": "https://moonbeam.public.blastapi.io"
"url": "https://moonbeam.public.blastapi.io",
"ws_url": "wss://moonbeam.public.blastapi.io"
}
]
}
4 changes: 4 additions & 0 deletions ethereum/ONE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
},
{
"url": "https://api.s0.t.hmny.io"
},
{
"url": "https://harmony-0.drpc.org",
"ws_url": "wss://harmony-0.drpc.org"
}
]
}
4 changes: 4 additions & 0 deletions ethereum/RSK
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"rpc_nodes": [
{
"url": "https://public-node.rsk.co"
},
{
"url": "https://rootstock.drpc.org",
"ws_url": "wss://rootstock.drpc.org"
}
]
}
5 changes: 4 additions & 1 deletion ethereum/UBQ
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"rpc_nodes": [
{
"url": "https://rpc.octano.dev/"
"url": "https://rpc.octano.dev"
},
{
"url": "https://pyrus2.ubiqscan.io"
}
]
}

0 comments on commit 67a8e2a

Please sign in to comment.