Skip to content

Commit

Permalink
Create crossfi-mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
MortelliGaming authored Oct 15, 2024
1 parent 6a780b4 commit 3d5168b
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions cosmos/crossfi-mainnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"bech32Config": {
"bech32PrefixAccAddr": "mx",
"bech32PrefixAccPub": "mxpub",
"bech32PrefixConsAddr": "mxvalcons",
"bech32PrefixConsPub": "mxvalconspub",
"bech32PrefixValAddr": "mxvaloper",
"bech32PrefixValPub": "mxvaloperpub"
},
"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-evm-testnet/crossfi.png",
"currencies": [
{
"coinDecimals": 18,
"coinDenom": "XFI",
"coinMinimalDenom": "xfi"
},
{
"coinDecimals": 18,
"coinDenom": "MPX",
"coinMinimalDenom": "mpx"
}
],
"features": [
"ibc-go",
"ibc-transfer",
"query:/cosmos/bank/v1beta1/spendable_balances",
"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"
}
}

0 comments on commit 3d5168b

Please sign in to comment.