Skip to content

Commit

Permalink
Merge pull request #137 from Quasar-hub/patch-2
Browse files Browse the repository at this point in the history
Add Quasar rpc, api
  • Loading branch information
liangping authored Dec 19, 2024
2 parents 0509751 + 0818839 commit ab7c70f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chains/mainnet/elys.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"chain_name": "elys",
"api": [
{ "provider": "Elys Team API", "address": "https://api.elys.network" }
{ "provider": "Elys Team API", "address": "https://api.elys.network" },
{ "provider": "Quasar API", "address": "https://elys.api.quasarstaking.ai"}
],
"rpc": [
{
"provider": "Elys Team RPC",
"address": "https://rpc.elys.network:443"
},
{
"provider": "Quasar RPC",
"address": "https://elys.rpc.quasarstaking.ai:443"
}
],
"provider_chain": {
Expand Down

0 comments on commit ab7c70f

Please sign in to comment.