Skip to content

Commit

Permalink
Merge pull request #134 from Wgil/patch-2
Browse files Browse the repository at this point in the history
Create elys.json mainnet
  • Loading branch information
liangping authored Dec 17, 2024
2 parents dc81ccd + 71b76d9 commit 71f937f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions chains/mainnet/elys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"chain_name": "Elys Network",
"api": [
{ "provider": "Elys Team API", "address": "https://api.elys.network" }
],
"rpc": [
{
"provider": "Elys Team RPC",
"address": "https://rpc.elys.network:443"
}
],
"provider_chain": {
"api": ["https://cosmos-rpc.publicnode.com:443"]
},
"coin_type": "118",
"sdk_version": "0.50.9",
"addr_prefix": "elys",
"min_tx_fee": "0",
"logo": "/logos/elys.png",
"assets": [
{
"symbol": "ELYS",
"base": "uelys",
"exponent": 6,
"coingecko_id": "elys",
"logo": "https://avatars.githubusercontent.com/u/121874884"
}
]
}

0 comments on commit 71f937f

Please sign in to comment.