diff --git a/cosmos/centauri.json b/cosmos/centauri.json new file mode 100644 index 000000000..d1b4aeb9a --- /dev/null +++ b/cosmos/centauri.json @@ -0,0 +1,54 @@ +{ + "rpc": "https://rpc.composable.nodestake.top", + "rest": "https://api.composable.nodestake.top", + "nodeProvider": { + "name": "NodeStake", + "email": "info@nodestake.top", + "website": "https://nodestake.top/" + }, + "chainId": "centauri-1", + "chainName": "Composable", + "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/centauri/chain.png", + "stakeCurrency": { + "coinDenom": "PICA", + "coinMinimalDenom": "ppica", + "coinDecimals": 12, + "coinGeckoId": "picasso", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/centauri/ppica.png" + }, + "bip44": { + "coinType": 118 + }, + "bech32Config": { + "bech32PrefixAccAddr": "centauri", + "bech32PrefixAccPub": "centauripub", + "bech32PrefixValAddr": "centaurivaloper", + "bech32PrefixValPub": "centaurivaloperpub", + "bech32PrefixConsAddr": "centaurivalcons", + "bech32PrefixConsPub": "centaurivalconspub" + }, + "currencies": [ + { + "coinDenom": "PICA", + "coinMinimalDenom": "ppica", + "coinDecimals": 12, + "coinGeckoId": "picasso", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/centauri/ppica.png" + } + ], + "feeCurrencies": [ + { + "coinDenom": "PICA", + "coinMinimalDenom": "ppica", + "coinDecimals": 12, + "coinGeckoId": "picasso", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/centauri/ppica.png", + "gasPriceStep": { + "low": 0, + "average": 0, + "high": 0 + } + } + ], + "features": [] + } \ No newline at end of file diff --git a/images/centauri/chain.png b/images/centauri/chain.png new file mode 100644 index 000000000..5f252a9fc Binary files /dev/null and b/images/centauri/chain.png differ diff --git a/images/centauri/ppica.png b/images/centauri/ppica.png new file mode 100644 index 000000000..201f00c00 Binary files /dev/null and b/images/centauri/ppica.png differ