forked from cerc-io/cosmos-explorer
26 lines
737 B
JSON
26 lines
737 B
JSON
|
{
|
||
|
"chain_name": "e-money",
|
||
|
"coingecko": "e-money",
|
||
|
"api": "https://emoney.validator.network/api",
|
||
|
"rpc": ["https://rpc-emoney.keplr.app:443", "https://emoney.validator.network:443"],
|
||
|
"snapshot_provider": "",
|
||
|
"addr_prefix": "emoney",
|
||
|
"coin_type": "118",
|
||
|
"min_tx_fee": "5000",
|
||
|
"logo": "/logos/e-money.jpg",
|
||
|
"sdk_version": "0.42.10",
|
||
|
"excludes": "mint governance",
|
||
|
"assets": [{
|
||
|
"base": "ungm",
|
||
|
"symbol": "NGM",
|
||
|
"exponent": "6",
|
||
|
"coingecko_id": "emoney",
|
||
|
"logo": "/logos/e-money.jpg"
|
||
|
},{
|
||
|
"base": "eeur",
|
||
|
"symbol": "EEUR",
|
||
|
"exponent": "6",
|
||
|
"coingecko_id": "e-money-eur",
|
||
|
"logo": "/logos/e-money.jpg"
|
||
|
}]
|
||
|
}
|