forked from LaconicNetwork/cosmos-explorer
Add fxcore network
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"chain_name": "fxcore",
|
||||
"api": [
|
||||
"https://fx-rest.functionx.io"
|
||||
],
|
||||
"rpc": [
|
||||
"https://fx-json.functionx.io:26657"
|
||||
],
|
||||
"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": "/logos/fxcore.svg"
|
||||
}
|
||||
],
|
||||
"addr_prefix": "fx",
|
||||
"logo": "/logos/fxcore.svg",
|
||||
"keplr_price_step": {
|
||||
"low": 4000000000000,
|
||||
"average": 4000000000000,
|
||||
"high": 4100000000000
|
||||
},
|
||||
"keplr_features": [
|
||||
"ibc-transfer",
|
||||
"ibc-go",
|
||||
"eth-address-gen",
|
||||
"eth-key-sign"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user