Skip to content

Commit

Permalink
Add Crossfi Mainnet (#843)
Browse files Browse the repository at this point in the history
* 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
MortelliGaming and Dominik Bühler authored Oct 28, 2024
1 parent 5b376b0 commit 4703f65
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions cosmos/crossfi-mainnet.json
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"
}
}
Binary file added images/crossfi-mainnet/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4703f65

Please sign in to comment.