Skip to content

Commit

Permalink
Merge pull request #3 from 3eph1r0th/patch-1
Browse files Browse the repository at this point in the history
Update Terra Classic api and rpc to the correct one
  • Loading branch information
liangping authored Sep 18, 2023
2 parents 02679b2 + 35083b2 commit 0e40870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/mainnet/terra.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"chain_name": "terra-luna",
"coingecko": "terra-luna",
"api": "https://fcd.terra.dev",
"rpc": ["https://terra-rpc.easy2stake.com:443", "http://public-node.terra.dev:26657"],
"api": "https://terra-classic-fcd.publicnode.com",
"rpc": ["https://terra-rpc.easy2stake.com:443", "https://terra-classic-rpc.publicnode.com"],
"snapshot_provider": "",
"sdk_version": "0.44.2",
"coin_type": "330",
Expand Down Expand Up @@ -136,4 +136,4 @@
"coingecko_id": "",
"logo": "/logos/terra-luna-tokenlogo.png"
}]
}
}

0 comments on commit 0e40870

Please sign in to comment.