diff --git a/cosmos/cudos.json b/cosmos/cudos.json index d9a3a5c75..49ae03193 100644 --- a/cosmos/cudos.json +++ b/cosmos/cudos.json @@ -1,4 +1,19 @@ { + "chainId": "cudos-1", + "chainName": "CUDOS", + "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/chain.png", + "rest": "https://rest.cudos.org/", + "rpc": "https://rpc.cudos.org:443", + "nodeProvider": { + "name": "Cudo Ventures", + "email": "support@cudoventures.com", + "website": "https://cudos.org" + }, + "walletUrl": "https://dashboard.cudos.org/", + "walletUrlForStaking": "https://dashboard.cudos.org/staking", + "bip44": { + "coinType": 118 + }, "bech32Config": { "bech32PrefixAccAddr": "cudos", "bech32PrefixAccPub": "cudospub", @@ -7,12 +22,6 @@ "bech32PrefixValAddr": "cudosvaloper", "bech32PrefixValPub": "cudosvaloperpub" }, - "bip44": { - "coinType": 118 - }, - "chainId": "cudos-1", - "chainName": "CUDOS", - "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/chain.png", "currencies": [ { "coinDecimals": 18, @@ -22,9 +31,6 @@ "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/acudos.png" } ], - "features": [ - "cosmwasm" - ], "feeCurrencies": [ { "coinDecimals": 18, @@ -39,8 +45,6 @@ "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/acudos.png" } ], - "rest": "https://rest.cudos.org/", - "rpc": "https://rpc.cudos.org:443", "stakeCurrency": { "coinDecimals": 18, "coinDenom": "CUDOS", @@ -48,9 +52,7 @@ "coinMinimalDenom": "acudos", "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cudos/acudos.png" }, - "nodeProvider": { - "name": "Cudo Ventures", - "email": "support@cudoventures.com", - "website": "https://cudos.org" - } + "features": [ + "cosmwasm" + ] } diff --git a/images/cudos/acudos.png b/images/cudos/acudos.png index 30ce12da9..ed70c9c4f 100644 Binary files a/images/cudos/acudos.png and b/images/cudos/acudos.png differ diff --git a/images/cudos/chain.png b/images/cudos/chain.png index ba067141d..a033aaf75 100644 Binary files a/images/cudos/chain.png and b/images/cudos/chain.png differ