Skip to content

Commit

Permalink
Merge pull request #122 from 3eph1r0th/patch-3
Browse files Browse the repository at this point in the history
Add Allnodes RPC for Elys
  • Loading branch information
liangping authored Nov 10, 2024
2 parents 299ee34 + 77c7875 commit 62bfdd0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chains/testnet/elys.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"chain_name": "elys",
"api": [
"https://api.testnet.elys.network"
{"provider": "Elys Team", "address": "https://api.testnet.elys.network"},
{"provider": "Allnodes", "address": "https://elys-testnet-rest.publicnode.com"}
],
"rpc": [
"https://rpc.testnet.elys.network:443"
{"provider": "Elys Team", "address": "https://rpc.testnet.elys.network:443"},
{"provider": "Allnodes", "address": "https://elys-testnet-rpc.publicnode.com"}
],
"coin_type": "118",
"sdk_version": "0.46.11",
Expand Down

0 comments on commit 62bfdd0

Please sign in to comment.