diff --git a/cosmos/core.json b/cosmos/core.json index f5af1d0b0..16e49f8c2 100644 --- a/cosmos/core.json +++ b/cosmos/core.json @@ -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": [ diff --git a/cosmos/crossfi-evm-testnet.json b/cosmos/crossfi-evm-testnet.json new file mode 100644 index 000000000..efc6b2297 --- /dev/null +++ b/cosmos/crossfi-evm-testnet.json @@ -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": "info@crossfi.org" + }, + "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"] +} diff --git a/cosmos/osmosis.json b/cosmos/osmosis.json index 323e74c20..8fdae7019 100644 --- a/cosmos/osmosis.json +++ b/cosmos/osmosis.json @@ -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": [ diff --git a/images/core/stkstars.png b/images/core/stkstars.png new file mode 100644 index 000000000..6ee2baabd Binary files /dev/null and b/images/core/stkstars.png differ diff --git a/images/crossfi-evm-testnet/crossfi.png b/images/crossfi-evm-testnet/crossfi.png new file mode 100644 index 000000000..eca9a00f1 Binary files /dev/null and b/images/crossfi-evm-testnet/crossfi.png differ diff --git a/images/osmosis/factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos.png b/images/osmosis/factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos.png new file mode 100644 index 000000000..6910eb4a9 Binary files /dev/null and b/images/osmosis/factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos.png differ