cosmos-explorer/chains/mainnet/fxcore.json
2024-01-23 14:11:49 +07:00

33 lines
823 B
JSON

{
"chain_name": "fxcore",
"api": ["https://fx-rest.functionx.io"],
"rpc": ["https://fx-json.functionx.io"],
"snapshot_provider": "",
"sdk_version": "v0.46.13",
"coin_type": "60",
"min_tx_fee": "500000000000000000",
"assets": [
{
"base": "FX",
"symbol": "FX",
"exponent": "18",
"coingecko_id": "fx-coin",
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png"
}
],
"addr_prefix": "fx",
"keplr_price_step": {
"low": 4000000000000,
"average": 4000000000000,
"high": 4100000000000
},
"keplr_features": [
"ibc-transfer",
"ibc-go",
"eth-address-gen",
"eth-key-sign"
],
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
"cosmwasm_enabled": false
}