diff --git a/cosmos/grand.json b/cosmos/grand.json index 40f270d32..6ede6702d 100644 --- a/cosmos/grand.json +++ b/cosmos/grand.json @@ -33,6 +33,12 @@ "coinDecimals": 18, "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/grand/ausdy.png" }, + { + "coinDenom": "USYC", + "coinMinimalDenom": "uusyc", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/grand/uusyc.png" + }, { "coinDenom": "EURe", "coinMinimalDenom": "ueure", diff --git a/cosmos/noble.json b/cosmos/noble.json index b05b1890e..2cda34d6f 100644 --- a/cosmos/noble.json +++ b/cosmos/noble.json @@ -30,6 +30,19 @@ "coinGeckoId": "ondo-us-dollar-yield", "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/noble/ausdy.png" }, + { + "coinDenom": "USYC", + "coinMinimalDenom": "uusyc", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/noble/uusyc.png" + }, + { + "coinDenom": "EURe", + "coinMinimalDenom": "ueure", + "coinDecimals": 6, + "coinGeckoId": "monerium-eur-money", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/noble/ueure.png" + }, { "coinDenom": "FRNZ", "coinMinimalDenom": "ufrienzies", diff --git a/images/grand/uusyc.png b/images/grand/uusyc.png new file mode 100644 index 000000000..2f8bccfaa Binary files /dev/null and b/images/grand/uusyc.png differ diff --git a/images/noble/ueure.png b/images/noble/ueure.png new file mode 100644 index 000000000..52cc5a5de Binary files /dev/null and b/images/noble/ueure.png differ diff --git a/images/noble/uusyc.png b/images/noble/uusyc.png new file mode 100644 index 000000000..2f8bccfaa Binary files /dev/null and b/images/noble/uusyc.png differ