cosmos-explorer/chains/mainnet/echelon.json

21 lines
720 B
JSON
Raw Normal View History

2023-04-03 09:08:02 +00:00
{
"chain_name": "echelon",
"coingecko": "echelon",
2023-06-12 18:45:27 +00:00
"api": ["https://api.eu.ech.world", "https://api.us.ech.world", "https://ech01api.mindheartsoul.org"],
"rpc": ["https://rpc.eu.ech.world", "https://rpc.us.ech.world", "https://ech01trpc.mindheartsoul.org"],
2023-04-03 09:08:02 +00:00
"snapshot_provider": "",
"sdk_version": "0.45.1",
"coin_type": "60",
"min_tx_fee": "3000000000000000",
"addr_prefix": "echelon",
"logo": "/logos/echelon.gif",
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"assets": [{
"base": "aechelon",
"symbol": "ECH",
"exponent": "18",
"coingecko_id": "echelon",
"logo": "/logos/echelon.gif"
}]
}