-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create crossfi-mainnet * Update and rename crossfi-mainnet to crossfi-mainnet.json fixed according to pr requests * Update crossfi-mainnet.json * Update crossfi-mainnet.json added bode provider * Update crossfi-mainnet.json use logo from media kit * Update crossfi-mainnet.json use coingecko icon * Update crossfi-mainnet.json use svg * Update crossfi-mainnet.json * added new icon * changed logo to 256x256 --------- Co-authored-by: Dominik Bühler <[email protected]>
- Loading branch information
1 parent
5b376b0
commit 4703f65
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"bech32Config": { | ||
"bech32PrefixAccAddr": "mx", | ||
"bech32PrefixAccPub": "mxpub", | ||
"bech32PrefixConsAddr": "mxvalcons", | ||
"bech32PrefixConsPub": "mxvalconspub", | ||
"bech32PrefixValAddr": "mxvaloper", | ||
"bech32PrefixValPub": "mxvaloperpub" | ||
}, | ||
"nodeProvider": { | ||
"name": "Crossfi", | ||
"email": "[email protected]", | ||
"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" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.