diff --git a/cosmos/crossfi-mainnet.json b/cosmos/crossfi-mainnet.json new file mode 100644 index 000000000..c6240e16d --- /dev/null +++ b/cosmos/crossfi-mainnet.json @@ -0,0 +1,66 @@ +{ + "bech32Config": { + "bech32PrefixAccAddr": "mx", + "bech32PrefixAccPub": "mxpub", + "bech32PrefixConsAddr": "mxvalcons", + "bech32PrefixConsPub": "mxvalconspub", + "bech32PrefixValAddr": "mxvaloper", + "bech32PrefixValPub": "mxvaloperpub" + }, + "nodeProvider": { + "name": "Crossfi", + "email": "info@crossfi.org", + "website":"https://crossfi.org/" + }, + "rpc": "https://xficonsole.com/cosmos-rpc/api", + "rest": "https://xficonsole.com/cosmos-rest/api", + "chainId": "crossfi-mainnet-1", + "chainName": "CrossFi Mainet", + "bip44": { + "coinType": 60 + }, + "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/crossfi-mainnet/chain.png", + "currencies": [ + { + "coinDecimals": 18, + "coinDenom": "XFI", + "coinMinimalDenom": "xfi" + }, + { + "coinDecimals": 18, + "coinDenom": "MPX", + "coinMinimalDenom": "mpx" + } + ], + "features": [ + "eth-address-gen", + "eth-key-sign" + ], + "feeCurrencies": [ + { + "coinDecimals": 18, + "coinDenom": "XFI", + "coinMinimalDenom": "xfi", + "gasPriceStep": { + "average": 25000000000, + "high": 30000000000, + "low": 20000000000 + } + }, + { + "coinDecimals": 18, + "coinDenom": "MPX", + "coinMinimalDenom": "mpx", + "gasPriceStep": { + "average": 25000000000, + "high": 30000000000, + "low": 20000000000 + } + } + ], + "stakeCurrency": { + "coinDecimals": 18, + "coinDenom": "MPX", + "coinMinimalDenom": "mpx" + } +} diff --git a/images/crossfi-mainnet/chain.png b/images/crossfi-mainnet/chain.png new file mode 100644 index 000000000..ae24242b8 Binary files /dev/null and b/images/crossfi-mainnet/chain.png differ