Skip to content

Commit

Permalink
Merge branch 'chainapsis:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerajkd30 authored Mar 5, 2024
2 parents f1e0e9d + 9403f18 commit 20d7c12
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cosmos/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
"coinMinimalDenom": "stk/adydx",
"coinDecimals": 18,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/core/stkdydx.png"
},
{
"coinDenom": "stkSTARS",
"coinMinimalDenom": "stk/ustars",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/core/stkstars.png"
}
],
"feeCurrencies": [
Expand Down
63 changes: 63 additions & 0 deletions cosmos/crossfi-evm-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"rpc": "https://tendermint-rpc.testnet.ms/",
"rest": "https://cosmos-api.testnet.ms/",
"chainId": "crossfi-evm-testnet-1",
"chainName": "CrossFi Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/crossfi-evm-testnet/crossfi.png",
"nodeProvider": {
"name": "CrossFi Foundation",
"website":"https://crossfi.org/",
"email": "[email protected]"
},
"stakeCurrency": {
"coinDenom": "MPX",
"coinMinimalDenom": "mpx",
"coinDecimals": 18
},
"bip44": {
"coinType": 60
},
"bech32Config": {
"bech32PrefixAccAddr": "mx",
"bech32PrefixAccPub": "mxpub",
"bech32PrefixValAddr": "mxvaloper",
"bech32PrefixValPub": "mxvaloperpub",
"bech32PrefixConsAddr": "mxvalcons",
"bech32PrefixConsPub": "mxvalconspub"
},
"currencies": [
{
"coinDenom": "XFI",
"coinMinimalDenom": "xfi",
"coinDecimals": 18
},
{
"coinDenom": "MPX",
"coinMinimalDenom": "mpx",
"coinDecimals": 18
}
],
"feeCurrencies": [
{
"coinDenom": "XFI",
"coinMinimalDenom": "xfi",
"coinDecimals": 18,
"gasPriceStep": {
"low": 20000000000,
"average": 25000000000,
"high": 30000000000
}
},
{
"coinDenom": "MPX",
"coinMinimalDenom": "mpx",
"coinDecimals": 18,
"gasPriceStep": {
"low": 20000000000,
"average": 25000000000,
"high": 30000000000
}
}
],
"features": ["eth-address-gen", "eth-key-sign"]
}
6 changes: 6 additions & 0 deletions cosmos/osmosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@
"coinMinimalDenom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc",
"coinDecimals": 8,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc.png"
},
{
"coinDenom": "YMOS",
"coinMinimalDenom": "factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos.png"
}
],
"feeCurrencies": [
Expand Down
Binary file added images/core/stkstars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crossfi-evm-testnet/crossfi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 20d7c12

Please sign in to comment.