Skip to content

Commit

Permalink
Merge pull request #129 from dpdanpittman/main
Browse files Browse the repository at this point in the history
Add Althea Mainnet
  • Loading branch information
liangping authored Dec 4, 2024
2 parents c4a48a8 + 17b588b commit f4b0e82
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions chains/mainnet/althea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"chain_name": "althea",
"api": [
"https://althea.api.m.stavr.tech",
"https://nodes.chandrastation.com/api/althea"
],
"rpc": [
"https://althea.rpc.m.stavr.tech"
],
"snapshot_provider": "https://www.polkachu.com/tendermint_snapshots/althea",
"sdk_version": "v0.45.16",
"coin_type": "118",
"min_tx_fee": "",
"addr_prefix": "althea",
"logo": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/althea/resource/chain_althea.png",
"assets": [
{
"base": "aalthea",
"symbol": "ALTHEA",
"exponent": "18",
"coingecko_id": "althea",
"logo": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/althea/asset/altg.png"
}
]
}

0 comments on commit f4b0e82

Please sign in to comment.