From 1b487a746a3b7320a8b2463cf55ae32f0924f4e5 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Wed, 13 Nov 2024 12:49:11 -0800 Subject: [PATCH] update test utils --- __fixtures__/v2/assets.json | 764 +++++++++--------- __fixtures__/v2/chains.json | 16 +- v1/packages/client/test-utils/index.ts | 6 +- v1/packages/cosmostation/test-utils/index.ts | 6 +- v1/packages/keplr/__tests__/chainInfo.test.ts | 2 +- v1/packages/keplr/test-utils/index.ts | 6 +- v2/packages/client/test-utils/index.ts | 12 +- v2/packages/cosmostation/test-utils/index.ts | 12 +- .../__snapshots__/keplr.test.ts.snap | 676 ++++++++++++---- v2/packages/keplr/__tests__/chainInfo.test.ts | 2 +- v2/packages/keplr/test-utils/index.ts | 11 + .../__snapshots__/cw20-assets.test.ts.snap | 30 +- .../__snapshots__/get-asset-list.test.ts.snap | 274 +++---- .../__snapshots__/ibc-assets.test.ts.snap | 244 +++--- .../__snapshots__/special.assets.test.ts.snap | 44 +- v2/packages/utils/__tests__/assets.test.ts | 66 +- 16 files changed, 1273 insertions(+), 898 deletions(-) create mode 100644 v2/packages/keplr/test-utils/index.ts diff --git a/__fixtures__/v2/assets.json b/__fixtures__/v2/assets.json index 34e2d25bc..cd3dd23b5 100644 --- a/__fixtures__/v2/assets.json +++ b/__fixtures__/v2/assets.json @@ -19,7 +19,7 @@ "name": "Avalanche", "display": "avax", "symbol": "AVAX", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg" }, @@ -46,7 +46,7 @@ "name": "Wrapped AVAX", "display": "wavax", "symbol": "WAVAX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg" }, "coingeckoId": "wrapped-avax" @@ -72,7 +72,7 @@ "name": "Axelar Wrapped DAI", "display": "axldai", "symbol": "axlDAI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg" } }, @@ -97,7 +97,7 @@ "name": "Axelar Wrapped Frax", "display": "axlfrax", "symbol": "axlFRAX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg" } }, @@ -122,7 +122,7 @@ "name": "Axelar Wrapped USDC", "display": "axlusdc", "symbol": "axlUSDC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" } }, @@ -147,7 +147,7 @@ "name": "Axelar Wrapped USDT", "display": "axlusdt", "symbol": "axlUSDT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg" } } @@ -180,7 +180,7 @@ "name": "Ether", "display": "eth", "symbol": "ETH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg" }, "coingeckoId": "ethereum" @@ -206,7 +206,7 @@ "name": "Aave", "display": "aave", "symbol": "AAVE", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg" }, "coingeckoId": "aave" @@ -232,7 +232,7 @@ "name": "ApeCoin", "display": "ape", "symbol": "APE", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg" }, "coingeckoId": "apecoin" @@ -258,7 +258,7 @@ "name": "Axie Infinity Shard", "display": "axs", "symbol": "AXS", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg" }, "coingeckoId": "axie-infinity" @@ -284,7 +284,7 @@ "name": "Dai Stablecoin", "display": "dai", "symbol": "DAI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg" }, "coingeckoId": "dai" @@ -310,7 +310,7 @@ "name": "Frax", "display": "frax", "symbol": "FRAX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg" }, "coingeckoId": "frax" @@ -336,7 +336,7 @@ "name": "Chainlink", "display": "link", "symbol": "LINK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg" }, @@ -363,7 +363,7 @@ "name": "Maker", "display": "mkr", "symbol": "MKR", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg" }, "coingeckoId": "maker" @@ -389,7 +389,7 @@ "name": "Rai Reflex Index", "display": "rai", "symbol": "RAI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg" }, "coingeckoId": "rai" @@ -415,7 +415,7 @@ "name": "Shiba Inu", "display": "shib", "symbol": "SHIB", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg" }, "coingeckoId": "shiba-inu" @@ -441,7 +441,7 @@ "name": "Lido Staked Ether", "display": "steth", "symbol": "stETH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg" }, "coingeckoId": "staked-ether" @@ -467,7 +467,7 @@ "name": "Uniswap", "display": "uni", "symbol": "UNI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg" }, "coingeckoId": "uniswap" @@ -493,7 +493,7 @@ "name": "USD Coin", "display": "usdc", "symbol": "USDC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" }, "coingeckoId": "usd-coin" @@ -519,7 +519,7 @@ "name": "Tether USD", "display": "usdt", "symbol": "USDT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg" }, "coingeckoId": "tether" @@ -545,7 +545,7 @@ "name": "Wrapped Bitcoin", "display": "wbtc", "symbol": "WBTC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg" }, @@ -572,7 +572,7 @@ "name": "Wrapped Ether", "display": "weth", "symbol": "WETH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg" }, "coingeckoId": "weth" @@ -598,7 +598,7 @@ "name": "Chain", "display": "xcn", "symbol": "XCN", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg" }, "coingeckoId": "chain-2" @@ -631,7 +631,7 @@ "name": "Glimmer", "display": "GLMR", "symbol": "GLMR", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg" }, "coingeckoId": "moonbeam" @@ -657,7 +657,7 @@ "name": "Wrapped Moonbeam", "display": "wglmr", "symbol": "WGLMR", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg" }, "coingeckoId": "wrapped-moonbeam" @@ -683,7 +683,7 @@ "name": "Wrapped Polkadot", "display": "xcdot", "symbol": "xcDOT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/dot.svg" } }, @@ -708,7 +708,7 @@ "name": "Axelar Wrapped Dai Stablecoin", "display": "axldai", "symbol": "axlDAI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg" } }, @@ -733,7 +733,7 @@ "name": "Axelar Wrapped Frax", "display": "axlfrax", "symbol": "axlFRAX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg" } }, @@ -758,7 +758,7 @@ "name": "Axelar Wrapped USD Coin", "display": "axlusdc", "symbol": "axlUSDC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" } }, @@ -783,7 +783,7 @@ "name": "Axelar Wrapped Tether USD", "display": "axlusdt", "symbol": "axlUSDT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg" } } @@ -846,7 +846,7 @@ "name": "Polkadot", "display": "DOT", "symbol": "DOT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg" }, "coingeckoId": "polkadot" @@ -876,7 +876,7 @@ "name": "Matic", "display": "matic", "symbol": "MATIC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic.svg" }, @@ -906,7 +906,7 @@ "name": "Wrapped Matic", "display": "wmatic", "symbol": "WMATIC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg" }, "coingeckoId": "wmatic" @@ -932,7 +932,7 @@ "name": "Axelar Wrapped Dai Stablecoin", "display": "axldai", "symbol": "axlDAI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg" } }, @@ -957,7 +957,7 @@ "name": "Axelar Wrapped Frax", "display": "axlfrax", "symbol": "axlFRAX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg" } }, @@ -982,7 +982,7 @@ "name": "Axelar Wrapped USD Coin", "display": "axlusdc", "symbol": "axlUSDC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" } }, @@ -1007,7 +1007,7 @@ "name": "Axelar Wrapped Tether USD", "display": "axlusdt", "symbol": "axlUSDT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg" } } @@ -1033,7 +1033,7 @@ "name": "Agoric Staking Token", "display": "bld", "symbol": "BLD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png" } }, @@ -1053,7 +1053,7 @@ "name": "Agoric Stable Token", "display": "run", "symbol": "RUN", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/run.png" } } @@ -1083,7 +1083,7 @@ "name": "AIOZ", "display": "aioz", "symbol": "AIOZ", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png" }, @@ -1111,7 +1111,7 @@ "name": "Akash Network", "display": "akt", "symbol": "AKT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg" }, @@ -1139,7 +1139,7 @@ "name": "Arkh", "display": "arkh", "symbol": "ARKH", - "logoUris": { + "logoURIs": { "png": "https://www.arkhadian.com/static/images/600-prism.png" } } @@ -1165,7 +1165,7 @@ "name": "AssetMantle", "display": "mntl", "symbol": "MNTL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png" }, "coingeckoId": "assetmantle" @@ -1192,7 +1192,7 @@ "name": "Axelar", "display": "axl", "symbol": "AXL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg" }, @@ -1214,7 +1214,7 @@ "name": "USD Coin", "display": "usdc", "symbol": "USDC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png" }, @@ -1236,7 +1236,7 @@ "name": "Frax", "display": "frax", "symbol": "FRAX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png" }, @@ -1258,7 +1258,7 @@ "name": "Dai Stablecoin", "display": "dai", "symbol": "DAI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png" }, @@ -1280,7 +1280,7 @@ "name": "Tether USD", "display": "usdt", "symbol": "USDT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png" }, @@ -1302,7 +1302,7 @@ "name": "Wrapped Ether", "display": "weth", "symbol": "WETH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png" }, "coingeckoId": "weth" @@ -1323,7 +1323,7 @@ "name": "Wrapped Bitcoin", "display": "wbtc", "symbol": "WBTC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png" }, "coingeckoId": "wrapped-bitcoin" @@ -1344,7 +1344,7 @@ "name": "Aave", "display": "aave", "symbol": "AAVE", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg" }, "coingeckoId": "aave" @@ -1365,7 +1365,7 @@ "name": "ApeCoin", "display": "ape", "symbol": "APE", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg" }, "coingeckoId": "apecoin" @@ -1388,7 +1388,7 @@ "name": "Axie Infinity Shard", "display": "axs", "symbol": "AXS", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg" }, "coingeckoId": "axie-infinity" @@ -1409,7 +1409,7 @@ "name": "Chainlink", "display": "link", "symbol": "LINK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg" }, @@ -1431,7 +1431,7 @@ "name": "Maker", "display": "mkr", "symbol": "MKR", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg" }, "coingeckoId": "maker" @@ -1452,7 +1452,7 @@ "name": "Rai Reflex Index", "display": "rai", "symbol": "RAI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg" }, "coingeckoId": "rai" @@ -1473,7 +1473,7 @@ "name": "Shiba Inu", "display": "shib", "symbol": "SHIB", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg" }, "coingeckoId": "shiba-inu" @@ -1494,7 +1494,7 @@ "name": "Lido Staked Ether", "display": "steth", "symbol": "stETH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg" }, "coingeckoId": "staked-ether" @@ -1515,7 +1515,7 @@ "name": "Uniswap", "display": "uni", "symbol": "UNI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg" }, "coingeckoId": "uniswap" @@ -1536,7 +1536,7 @@ "name": "Chain", "display": "xcn", "symbol": "XCN", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg" }, "coingeckoId": "chain-2" @@ -1557,7 +1557,7 @@ "name": "Wrapped Polkadot", "display": "dot", "symbol": "DOT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png" }, @@ -1579,7 +1579,7 @@ "name": "Wrapped Moonbeam", "display": "wglmr", "symbol": "WGLMR", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png" }, @@ -1607,7 +1607,7 @@ "display": "band", "name": "Band Protocol", "symbol": "BAND", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg" }, @@ -1635,7 +1635,7 @@ "display": "bcna", "name": "BitCanna", "symbol": "BCNA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg" }, @@ -1663,7 +1663,7 @@ "name": "BitSong", "display": "btsg", "symbol": "BTSG", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg" }, @@ -1686,7 +1686,7 @@ "name": "Adam Clay FanToken", "display": "clay", "symbol": "CLAY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png" } }, @@ -1706,7 +1706,7 @@ "name": "Nicola Fasano Fantoken", "display": "fasano", "symbol": "FASANO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png" } }, @@ -1726,7 +1726,7 @@ "name": "Delta 9 Fantoken", "display": "d9x", "symbol": "D9X", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png" } }, @@ -1746,7 +1746,7 @@ "name": "FONTI Fantoken", "display": "fonti", "symbol": "FONTI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png" } }, @@ -1766,7 +1766,7 @@ "name": "BlackJack Fantoken", "display": "bjks", "symbol": "BJKS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png" } }, @@ -1786,7 +1786,7 @@ "name": "Rawanne Fantoken", "display": "rwne", "symbol": "RWNE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png" } }, @@ -1806,7 +1806,7 @@ "name": "Enmoda Fantoken", "display": "enmoda", "symbol": "ENMODA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png" } }, @@ -1826,7 +1826,7 @@ "name": "404Deep Records Fantoken", "display": "404dr", "symbol": "404DR", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png" } }, @@ -1846,7 +1846,7 @@ "name": "N43 Fantoken", "display": "n43", "symbol": "N43", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png" } }, @@ -1866,7 +1866,7 @@ "name": "Puro Lobo Fantoken", "display": "lobo", "symbol": "LOBO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png" } }, @@ -1886,7 +1886,7 @@ "name": "Vibranium Fantoken", "display": "vibra", "symbol": "VIBRA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png" } }, @@ -1906,7 +1906,7 @@ "name": "Karina Fantoken", "display": "karina", "symbol": "KARINA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png" } }, @@ -1926,7 +1926,7 @@ "name": "Luca Testa Fantoken", "display": "testa", "symbol": "TESTA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png" } }, @@ -1946,7 +1946,7 @@ "name": "Carolina Marquez Fantoken", "display": "cmqz", "symbol": "CMQZ", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png" } } @@ -1968,7 +1968,7 @@ "name": "Bostrom", "display": "boot", "symbol": "BOOT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png" }, "coingeckoId": "bostrom" @@ -1999,7 +1999,7 @@ "name": "Carbon", "display": "dswth", "symbol": "SWTH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg" }, @@ -2027,7 +2027,7 @@ "name": "Cerberus", "display": "crbrus", "symbol": "CRBRUS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png" }, "coingeckoId": "cerberus-2" @@ -2054,7 +2054,7 @@ "display": "cheq", "name": "cheqd", "symbol": "CHEQ", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg" }, @@ -2082,7 +2082,7 @@ "name": "Chihuahua", "display": "huahua", "symbol": "HUAHUA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png" }, "coingeckoId": "chihuahua-token" @@ -2109,7 +2109,7 @@ "display": "cht", "name": "Chronic Token", "symbol": "CHT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chronicnetwork/images/cht.png" }, "coingeckoId": "cht" @@ -2130,7 +2130,7 @@ "display": "cgas", "name": "Chronic Gas", "symbol": "CGAS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chronicnetwork/images/cgas.png" }, "coingeckoId": "cgas" @@ -2157,7 +2157,7 @@ "name": "Comdex", "display": "cmdx", "symbol": "CMDX", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png" }, "coingeckoId": "comdex" @@ -2184,7 +2184,7 @@ "name": "Cosmos", "display": "atom", "symbol": "ATOM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg" }, @@ -2214,7 +2214,7 @@ "name": "Crescent", "display": "cre", "symbol": "CRE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg" }, @@ -2238,7 +2238,7 @@ "name": "Bonded Crescent", "display": "bcre", "symbol": "bCRE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg" }, @@ -2266,7 +2266,7 @@ "name": "Cronos", "display": "cro", "symbol": "CRO", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/crypto-org-chain/cronos-docs/master/docs/.vuepress/public/cronos.svg", "png": "https://raw.githubusercontent.com/crypto-org-chain/cronos-docs/master/docs/.vuepress/public/CRO_icon.png" }, @@ -2294,7 +2294,7 @@ "name": "Cronos", "display": "cro", "symbol": "CRO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png" }, "coingeckoId": "crypto-com-chain" @@ -2325,7 +2325,7 @@ "name": "Cudos", "display": "cudos", "symbol": "CUDOS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg" }, @@ -2355,7 +2355,7 @@ "name": "Decentr", "display": "dec", "symbol": "DEC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg" }, @@ -2385,7 +2385,7 @@ "name": "Desmos", "display": "dsm", "symbol": "DSM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg" }, @@ -2413,7 +2413,7 @@ "name": "Dig Chain", "display": "dig", "symbol": "DIG", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png" }, "coingeckoId": "dig-chain" @@ -2440,7 +2440,7 @@ "name": "Echelon", "display": "echelon", "symbol": "ECH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png" }, @@ -2468,7 +2468,7 @@ "name": "e-Money", "display": "ngm", "symbol": "NGM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png" }, "coingeckoId": "e-money" @@ -2489,7 +2489,7 @@ "name": "e-Money EUR", "display": "eur", "symbol": "EEUR", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png" }, "coingeckoId": "e-money-eur" @@ -2516,7 +2516,7 @@ "name": "RYT", "display": "RYT", "symbol": "RYT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png" } @@ -2543,7 +2543,7 @@ "name": "Evmos", "display": "evmos", "symbol": "EVMOS", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png" }, @@ -2571,7 +2571,7 @@ "name": "fetch-ai", "display": "fet", "symbol": "FET", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg" }, @@ -2593,7 +2593,7 @@ "name": "MOBIX", "display": "mobx", "symbol": "MOBX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png" } @@ -2620,7 +2620,7 @@ "name": "FirmaChain", "display": "fct", "symbol": "FCT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg" }, @@ -2648,7 +2648,7 @@ "name": "Galaxy", "display": "glx", "symbol": "GLX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png" } @@ -2675,7 +2675,7 @@ "name": "GenesisL1", "display": "l1", "symbol": "L1", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png" } @@ -2703,7 +2703,7 @@ "display": "graviton", "symbol": "GRAV", "coingeckoId": "graviton", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg" }, @@ -2748,7 +2748,7 @@ "provider": "Gravity Bridge" } ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg" }, @@ -2779,7 +2779,7 @@ "name": "Wrapped Ethereum", "display": "gweth", "symbol": "WETH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg" }, "traces": [ @@ -2822,7 +2822,7 @@ "name": "USD Coin", "display": "gusdc", "symbol": "USDC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" }, "traces": [ @@ -2865,7 +2865,7 @@ "name": "Tether USD", "display": "gusdt", "symbol": "USDT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg" }, "traces": [ @@ -2908,7 +2908,7 @@ "name": "Wrapped Bitcoin", "display": "gwbtc", "symbol": "WBTC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg" }, @@ -2953,7 +2953,7 @@ "name": "Dai Stablecoin", "display": "gdai", "symbol": "DAI", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg" }, "traces": [ @@ -2996,7 +2996,7 @@ "name": "Savings Dai", "display": "gsdai", "symbol": "sDAI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg" }, @@ -3037,7 +3037,7 @@ "name": "OccamFi", "display": "gocc", "symbol": "OCC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png" }, "traces": [ @@ -3076,7 +3076,7 @@ "name": "Page", "display": "page", "symbol": "PAGE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg" }, @@ -3125,7 +3125,7 @@ "name": "IDEP", "display": "IDEP", "symbol": "IDEP", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png" } @@ -3152,7 +3152,7 @@ "name": "IXO", "display": "ixo", "symbol": "IXO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png" }, "coingeckoId": "ixo" @@ -3179,7 +3179,7 @@ "name": "Injective", "display": "inj", "symbol": "INJ", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg" }, @@ -3207,7 +3207,7 @@ "name": "IRISnet", "display": "iris", "symbol": "IRIS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg" }, @@ -3235,7 +3235,7 @@ "name": "Juno", "display": "juno", "symbol": "JUNO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg" }, @@ -3259,7 +3259,7 @@ "name": "Neta", "display": "neta", "symbol": "NETA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg" }, @@ -3283,7 +3283,7 @@ "name": "Marble", "display": "marble", "symbol": "MARBLE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg" }, @@ -3307,7 +3307,7 @@ "name": "Hope Galaxy", "display": "hope", "symbol": "HOPE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg" }, @@ -3331,7 +3331,7 @@ "name": "Racoon", "display": "rac", "symbol": "RAC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg" }, @@ -3355,7 +3355,7 @@ "name": "Block", "display": "block", "symbol": "BLOCK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg" } @@ -3377,7 +3377,7 @@ "name": "DHK", "display": "dhk", "symbol": "DHK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg" } @@ -3400,7 +3400,7 @@ "name": "JunoSwap", "display": "raw", "symbol": "RAW", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png" }, "coingeckoId": "junoswap-raw-dao" @@ -3423,7 +3423,7 @@ "name": "Another.Software Validator Token", "display": "asvt", "symbol": "ASVT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png" } }, @@ -3445,7 +3445,7 @@ "name": "IBC HNS (Handshake)", "display": "hns", "symbol": "HNS", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg" } }, @@ -3467,7 +3467,7 @@ "name": "JoeDAO", "display": "joe", "symbol": "JOE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png" } }, @@ -3489,7 +3489,7 @@ "name": "Digital Land Acquisition DAO", "display": "dla", "symbol": "DLA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg" } @@ -3512,7 +3512,7 @@ "name": "Gelotto", "display": "glto", "symbol": "GLTO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg" } @@ -3535,7 +3535,7 @@ "name": "GKey", "display": "gkey", "symbol": "GKEY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg" } @@ -3558,7 +3558,7 @@ "name": "Blackhole", "display": "blkh", "symbol": "BLKH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg" } @@ -3585,7 +3585,7 @@ "name": "Kava", "display": "kava", "symbol": "KAVA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png" }, "coingeckoId": "kava" @@ -3606,7 +3606,7 @@ "name": "Hard", "display": "HARD", "symbol": "HARD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg" }, @@ -3628,7 +3628,7 @@ "name": "Swap", "display": "SWP", "symbol": "SWP", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg" }, @@ -3656,7 +3656,7 @@ "name": "Ki", "display": "xki", "symbol": "XKI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg" }, @@ -3680,7 +3680,7 @@ "name": "LVN", "display": "lvn", "symbol": "LVN", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png" }, "coingeckoId": "lvn" @@ -3707,7 +3707,7 @@ "name": "DARC", "display": "darc", "symbol": "DARC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg" }, @@ -3735,7 +3735,7 @@ "name": "LikeCoin", "display": "like", "symbol": "LIKE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg" }, @@ -3763,7 +3763,7 @@ "name": "LYT", "display": "LYT", "symbol": "LYT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png" } @@ -3790,7 +3790,7 @@ "name": "LUMEN", "display": "lumen", "symbol": "LUMEN", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png" } } @@ -3816,7 +3816,7 @@ "name": "Lum", "display": "lum", "symbol": "LUM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg" }, @@ -3844,7 +3844,7 @@ "name": "MEME", "display": "meme", "symbol": "MEME", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg" } @@ -3871,7 +3871,7 @@ "display": "tick", "name": "Microtick", "symbol": "TICK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg" } @@ -3898,7 +3898,7 @@ "name": "MYT", "display": "MYT", "symbol": "MYT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png" } @@ -3927,7 +3927,7 @@ "display": "octa", "name": "Octa", "symbol": "OCTA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg" } @@ -3954,7 +3954,7 @@ "name": "ODIN", "display": "odin", "symbol": "ODIN", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png" } @@ -3975,7 +3975,7 @@ "name": "GEO", "display": "geo", "symbol": "GEO", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png" } @@ -4002,7 +4002,7 @@ "name": "Flix", "display": "flix", "symbol": "FLIX", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png" }, "coingeckoId": "omniflix-network" @@ -4029,7 +4029,7 @@ "name": "Oraichain", "display": "orai", "symbol": "ORAI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg" }, @@ -4059,7 +4059,7 @@ "name": "Osmosis", "display": "osmo", "symbol": "OSMO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" }, @@ -4084,7 +4084,7 @@ "name": "Ion", "display": "ion", "symbol": "ION", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg" }, @@ -4112,7 +4112,7 @@ "name": "Jackal", "display": "jkl", "symbol": "JKL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg" }, @@ -4159,7 +4159,7 @@ "name": "MediBloc", "display": "med", "symbol": "MED", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png" }, "coingeckoId": "medibloc" @@ -4186,7 +4186,7 @@ "name": "Persistence", "display": "xprt", "symbol": "XPRT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg" }, @@ -4247,7 +4247,7 @@ "dstChannel": "channel-38", "sourceDenom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006" }, - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg" }, @@ -4277,7 +4277,7 @@ "name": "Hash", "display": "hash", "symbol": "HASH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg" }, @@ -4305,7 +4305,7 @@ "name": "Regen Network", "display": "regen", "symbol": "REGEN", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png" }, "coingeckoId": "regen" @@ -4333,7 +4333,7 @@ "display": "atolo", "symbol": "ATOLO", "coingeckoId": "rizon", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg" } @@ -4360,7 +4360,7 @@ "name": "Secret Network", "display": "scrt", "symbol": "SCRT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg" }, @@ -4388,7 +4388,7 @@ "name": "Sentinel", "display": "dvpn", "symbol": "DVPN", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png" }, "coingeckoId": "sentinel" @@ -4415,7 +4415,7 @@ "name": "Shentu", "display": "ctk", "symbol": "CTK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png" }, "coingeckoId": "certik" @@ -4438,7 +4438,7 @@ "name": "Sifchain Rowan", "display": "rowan", "symbol": "ROWAN", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png" }, @@ -4476,7 +4476,7 @@ "name": "Somm", "display": "somm", "symbol": "SOMM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg" }, @@ -4504,7 +4504,7 @@ "name": "Stargaze", "display": "stars", "symbol": "STARS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png" }, "coingeckoId": "stargaze" @@ -4531,7 +4531,7 @@ "name": "Starname", "display": "iov", "symbol": "IOV", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg" }, @@ -4572,7 +4572,7 @@ "name": "Luna Classic", "display": "luna", "symbol": "LUNC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png" }, @@ -4607,7 +4607,7 @@ "name": "TerraClassicUSD", "display": "ust", "symbol": "USTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png" }, @@ -4642,7 +4642,7 @@ "name": "TerraClassicKRW", "display": "krt", "symbol": "KRTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png" }, @@ -4666,7 +4666,7 @@ "name": "Whale Token", "display": "whale", "symbol": "WHALE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png" }, "coingeckoId": "white-whale" @@ -4688,7 +4688,7 @@ "name": "Bonded Luna", "display": "bluna", "symbol": "bLuna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png" } }, @@ -4709,7 +4709,7 @@ "name": "Bonded ETH", "display": "beth", "symbol": "bETH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png" } }, @@ -4730,7 +4730,7 @@ "name": "Anchor Terra USD", "display": "aust", "symbol": "aUST", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png" } }, @@ -4751,7 +4751,7 @@ "name": "Anchor Token", "display": "anc", "symbol": "ANC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png" } }, @@ -4772,7 +4772,7 @@ "name": "Mirror", "display": "mir", "symbol": "MIR", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png" } }, @@ -4793,7 +4793,7 @@ "name": "Apple Inc.", "display": "maapl", "symbol": "mAAPL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png" } }, @@ -4814,7 +4814,7 @@ "name": "Airbnb Inc.", "display": "mabnb", "symbol": "mABNB", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png" } }, @@ -4835,7 +4835,7 @@ "name": "AMC Entertainment Holdings Inc.", "display": "mamc", "symbol": "mAMC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png" } }, @@ -4856,7 +4856,7 @@ "name": "Advanced Micro Devices, Inc.", "display": "mamd", "symbol": "mAMD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png" } }, @@ -4877,7 +4877,7 @@ "name": "Amazon.com, Inc.", "display": "mamzn", "symbol": "mAMZN", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png" } }, @@ -4898,7 +4898,7 @@ "name": "ARK Innovation ETF", "display": "markk", "symbol": "mARKK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png" } }, @@ -4919,7 +4919,7 @@ "name": "Alibaba Group Holding Limited", "display": "mbaba", "symbol": "mBABA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png" } }, @@ -4940,7 +4940,7 @@ "name": "Bitcoin", "display": "mbtc", "symbol": "mBTC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png" } }, @@ -4961,7 +4961,7 @@ "name": "Coinbase Global, Inc.", "display": "mcoin", "symbol": "mCOIN", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png" } }, @@ -4982,7 +4982,7 @@ "name": "The Walt Disney Company", "display": "mdis", "symbol": "mDIS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png" } }, @@ -5003,7 +5003,7 @@ "name": "Polkadot", "display": "mdot", "symbol": "mDOT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png" } }, @@ -5024,7 +5024,7 @@ "name": "Ether", "display": "meth", "symbol": "mETH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png" } }, @@ -5045,7 +5045,7 @@ "name": "Facebook Inc.", "display": "mfb", "symbol": "mFB", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png" } }, @@ -5066,7 +5066,7 @@ "name": "Galaxy Digital Holdings Ltd", "display": "mglxy", "symbol": "mGLXY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png" } }, @@ -5087,7 +5087,7 @@ "name": "GameStop Corp", "display": "mgme", "symbol": "mGME", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png" } }, @@ -5108,7 +5108,7 @@ "name": "Alphabet Inc.", "display": "mgoogl", "symbol": "mGOOGL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png" } }, @@ -5129,7 +5129,7 @@ "name": "Goldman Sachs Group Inc.", "display": "mgs", "symbol": "mGS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png" } }, @@ -5150,7 +5150,7 @@ "name": "Robinhood Markets, Inc.", "display": "mhood", "symbol": "mHOOD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png" } }, @@ -5171,7 +5171,7 @@ "name": "iShares Gold Trust", "display": "miau", "symbol": "mIAU", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png" } }, @@ -5192,7 +5192,7 @@ "name": "iShares Gold Trust", "display": "miau", "symbol": "mIAU", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png" } }, @@ -5213,7 +5213,7 @@ "name": "Johnson & Johnson", "display": "mjnj", "symbol": "mJNJ", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png" } }, @@ -5234,7 +5234,7 @@ "name": "Coca-Cola", "display": "mko", "symbol": "mKO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png" } }, @@ -5255,7 +5255,7 @@ "name": "Microsoft Corporation", "display": "mmsft", "symbol": "mMSFT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png" } }, @@ -5276,7 +5276,7 @@ "name": "Netflix, Inc.", "display": "mnflx", "symbol": "mNFLX", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png" } }, @@ -5297,7 +5297,7 @@ "name": "NIO Inc.", "display": "mnio", "symbol": "mNIO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png" } }, @@ -5318,7 +5318,7 @@ "name": "NIKE, Inc.", "display": "mnke", "symbol": "mNKE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png" } }, @@ -5339,7 +5339,7 @@ "name": "NVIDIA Corporation", "display": "mnvda", "symbol": "mNVDA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png" } }, @@ -5360,7 +5360,7 @@ "name": "PayPal Holdings Inc", "display": "mpypl", "symbol": "mPYPL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png" } }, @@ -5381,7 +5381,7 @@ "name": "Invesco QQQ Trust", "display": "mqqq", "symbol": "mQQQ", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png" } }, @@ -5402,7 +5402,7 @@ "name": "Starbucks Corporation", "display": "msbux", "symbol": "mSBUX", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png" } }, @@ -5423,7 +5423,7 @@ "name": "iShares Silver Trust", "display": "mslv", "symbol": "mSLV", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png" } }, @@ -5444,7 +5444,7 @@ "name": "SPDR S&P 500", "display": "mspy", "symbol": "mSPY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png" } }, @@ -5465,7 +5465,7 @@ "name": "Square, Inc.", "display": "msq", "symbol": "mSQ", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png" } }, @@ -5486,7 +5486,7 @@ "name": "Tesla, Inc.", "display": "mtsla", "symbol": "mTSLA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png" } }, @@ -5507,7 +5507,7 @@ "name": "Twitter, Inc.", "display": "mtwtr", "symbol": "mTWTR", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png" } }, @@ -5528,7 +5528,7 @@ "name": "United States Oil Fund, LP", "display": "muso", "symbol": "mUSO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png" } }, @@ -5549,7 +5549,7 @@ "name": "ProShares VIX Short-Term Futures ETF", "display": "mvixy", "symbol": "mVIXY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png" } }, @@ -5570,7 +5570,7 @@ "name": "ProShares VIX Short-Term Futures ETF", "display": "mvixy", "symbol": "mVIXY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png" } }, @@ -5591,7 +5591,7 @@ "name": "loterra", "display": "lota", "symbol": "LOTA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png" } }, @@ -5612,7 +5612,7 @@ "name": "Digipharm", "display": "dph", "symbol": "DPH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png" } }, @@ -5633,7 +5633,7 @@ "name": "Pylon MINE Token", "display": "mine", "symbol": "MINE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png" } }, @@ -5654,7 +5654,7 @@ "name": "Pylon bDP Token for Gateway Psi 24m Pool", "display": "bpsidp-24m", "symbol": "bPsiDP-24m", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png" } }, @@ -5675,7 +5675,7 @@ "name": "Spectrum Token", "display": "spec", "symbol": "SPEC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png" } }, @@ -5696,7 +5696,7 @@ "name": "LOOP token", "display": "loop", "symbol": "LOOP", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png" } }, @@ -5717,7 +5717,7 @@ "name": "LOOPR token", "display": "loopr", "symbol": "LOOPR", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png" } }, @@ -5738,7 +5738,7 @@ "name": "StarTerra Token", "display": "stt", "symbol": "STT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png" } }, @@ -5759,7 +5759,7 @@ "name": "TWD Token", "display": "twd", "symbol": "TWD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png" } }, @@ -5780,7 +5780,7 @@ "name": "xterra Token", "display": "xtra", "symbol": "XTRA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png" } }, @@ -5801,7 +5801,7 @@ "name": "MIAW Token", "display": "miaw", "symbol": "MIAW", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png" } }, @@ -5822,7 +5822,7 @@ "name": "Nexus Governance Token", "display": "psi", "symbol": "Psi", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png" } }, @@ -5843,7 +5843,7 @@ "name": "Nexus nLuna Token", "display": "nluna", "symbol": "nLuna", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg" } }, @@ -5864,7 +5864,7 @@ "name": "Nexus nETH Token", "display": "neth", "symbol": "nETH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg" } }, @@ -5885,7 +5885,7 @@ "name": "nLuna autocompounder share representation", "display": "cnluna", "symbol": "cnLuna", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg" } }, @@ -5906,7 +5906,7 @@ "name": "nETH autocompounder share representation", "display": "cneth", "symbol": "cnETH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg" } }, @@ -5927,7 +5927,7 @@ "name": "Nexus nAVAX Token", "display": "navax", "symbol": "nAVAX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg" } }, @@ -5948,7 +5948,7 @@ "name": "Nexus nATOM Token", "display": "natom", "symbol": "nATOM", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg" } }, @@ -5969,7 +5969,7 @@ "name": "VKR Token", "display": "vkr", "symbol": "VKR", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png" } }, @@ -5990,7 +5990,7 @@ "name": "Orion Money (Portal)", "display": "orion", "symbol": "ORION", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png" } }, @@ -6011,7 +6011,7 @@ "name": "TerraLand Token", "display": "tland", "symbol": "TLAND", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png" } }, @@ -6032,7 +6032,7 @@ "name": "Vault UST", "display": "vust", "symbol": "vUST", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png" } }, @@ -6053,7 +6053,7 @@ "name": "Ether (Portal)", "display": "eth", "symbol": "ETH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png" } }, @@ -6074,7 +6074,7 @@ "name": "Wrapped BTC (Portal)", "display": "wbtc", "symbol": "WBTC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png" } }, @@ -6095,7 +6095,7 @@ "name": "SOL (Portal)", "display": "sol", "symbol": "SOL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png" } }, @@ -6116,7 +6116,7 @@ "name": "MATIC (Portal from Ethereum)", "display": "maticet", "symbol": "MATICet", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png" } }, @@ -6137,7 +6137,7 @@ "name": "Binance Coin (Portal)", "display": "bnb", "symbol": "BNB", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png" } }, @@ -6158,7 +6158,7 @@ "name": "PancakeSwap Token (Portal)", "display": "cake", "symbol": "CAKE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png" } }, @@ -6179,7 +6179,7 @@ "name": "Chainlink (Portal)", "display": "link", "symbol": "LINK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png" } }, @@ -6200,7 +6200,7 @@ "name": "SushiToken (Portal)", "display": "sushi", "symbol": "SUSHI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png" } }, @@ -6221,7 +6221,7 @@ "name": "Uniswap (Portal)", "display": "uni", "symbol": "UNI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png" } }, @@ -6242,7 +6242,7 @@ "name": "Tether USD (Portal from Ethereum)", "display": "usdtet", "symbol": "USDTet", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png" } }, @@ -6263,7 +6263,7 @@ "name": "USD Coin (Portal from Ethereum)", "display": "usdcet", "symbol": "USDCet", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png" } }, @@ -6284,7 +6284,7 @@ "name": "Kujira Token", "display": "kuji", "symbol": "KUJI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png" } }, @@ -6305,7 +6305,7 @@ "name": "Staked KUJI", "display": "skuji", "symbol": "sKUJI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png" } }, @@ -6326,7 +6326,7 @@ "name": "Lido wstETH (Portal)", "display": "wsteth", "symbol": "wstETH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png" } }, @@ -6347,7 +6347,7 @@ "name": "Lido wstSOL (Portal)", "display": "wstsol", "symbol": "wstSOL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png" } }, @@ -6368,7 +6368,7 @@ "name": "Lido bonded SOL (Portal)", "display": "wsbsol", "symbol": "wsbSOL", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg" } }, @@ -6389,7 +6389,7 @@ "name": "Lido DAO (Portal)", "display": "ldo", "symbol": "LDO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png" } }, @@ -6410,7 +6410,7 @@ "name": "Lido Bonded ETH (Wormhole)", "display": "webeth", "symbol": "webETH", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg" } }, @@ -6431,7 +6431,7 @@ "name": "Lido staked Luna", "display": "stluna", "symbol": "stLuna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png" } }, @@ -6470,7 +6470,7 @@ "name": "Bitlocus Token", "display": "btl", "symbol": "BTL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png" } }, @@ -6491,7 +6491,7 @@ "name": "LunaX Token", "display": "lunax", "symbol": "LunaX", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png" } }, @@ -6512,7 +6512,7 @@ "name": "LUNI", "display": "luni", "symbol": "LUNI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png" } }, @@ -6533,7 +6533,7 @@ "name": "PlayNity Token", "display": "ply", "symbol": "PLY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png" } }, @@ -6554,7 +6554,7 @@ "name": "TFLOKI", "display": "tfloki", "symbol": "TFLOKI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png" } }, @@ -6575,7 +6575,7 @@ "name": "TFLOKI Genesis Ticket", "display": "tftic", "symbol": "TFTIC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png" } }, @@ -6596,7 +6596,7 @@ "name": "TFLOKI New World Ticket", "display": "tfticii", "symbol": "TFTICII", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png" } }, @@ -6617,7 +6617,7 @@ "name": "TFLOKI Aviator Ticket", "display": "tfticiii", "symbol": "TFTICIII", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png" } }, @@ -6638,7 +6638,7 @@ "name": "Moon Token", "display": "moon", "symbol": "MOON", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png" } }, @@ -6659,7 +6659,7 @@ "name": "Astroport Token", "display": "astro", "symbol": "ASTRO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/astro.png" } }, @@ -6680,7 +6680,7 @@ "name": "Staked Astroport Token", "display": "xastro", "symbol": "xASTRO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro.png" } }, @@ -6701,7 +6701,7 @@ "name": "Angel Protocol Token", "display": "halo", "symbol": "HALO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png" } }, @@ -6722,7 +6722,7 @@ "name": "AstroPug Token", "display": "pug", "symbol": "PUG", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png" } }, @@ -6743,7 +6743,7 @@ "name": "Orne Token", "display": "orne", "symbol": "ORNE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png" } }, @@ -6764,7 +6764,7 @@ "name": "Terra Name Service", "display": "tns", "symbol": "TNS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png" } }, @@ -6785,7 +6785,7 @@ "name": "Thorstarter", "display": "xrune", "symbol": "XRUNE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png" } }, @@ -6806,7 +6806,7 @@ "name": "Alpha Pack Token", "display": "alot", "symbol": "aLOT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png" } }, @@ -6827,7 +6827,7 @@ "name": "CurioSITY play to earn token", "display": "sity", "symbol": "SITY", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg" } }, @@ -6848,7 +6848,7 @@ "name": "Glow Token", "display": "glow", "symbol": "GLOW", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png" } }, @@ -6869,7 +6869,7 @@ "name": "Apollo DAO Token", "display": "apollo", "symbol": "APOLLO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png" } }, @@ -6890,7 +6890,7 @@ "name": "Allbridge", "display": "abr", "symbol": "ABR", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg" } }, @@ -6929,7 +6929,7 @@ "name": "Prism Protocol Token", "display": "prism", "symbol": "PRISM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png" } }, @@ -6968,7 +6968,7 @@ "name": "SAIL", "display": "whsail", "symbol": "whSAIL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png" } }, @@ -6989,7 +6989,7 @@ "name": "SolanaSail Governance Token V2", "display": "whgsail", "symbol": "whgSAIL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png" } }, @@ -7010,7 +7010,7 @@ "name": "Prism Governance Token", "display": "xprism", "symbol": "xPRISM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png" } }, @@ -7049,7 +7049,7 @@ "name": "C2X Token", "display": "ctx", "symbol": "CTX", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png" } }, @@ -7070,7 +7070,7 @@ "name": "Prism cLuna Token", "display": "cluna", "symbol": "cLuna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png" } }, @@ -7091,7 +7091,7 @@ "name": "Prism pLuna Token", "display": "pluna", "symbol": "pLuna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png" } }, @@ -7112,7 +7112,7 @@ "name": "Prism yLuna Token", "display": "yluna", "symbol": "yLuna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png" } }, @@ -7133,7 +7133,7 @@ "name": "Atlo Token", "display": "atlo", "symbol": "ATLO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png" } }, @@ -7154,7 +7154,7 @@ "name": "LOCAL Token", "display": "local", "symbol": "LOCAL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png" } }, @@ -7175,7 +7175,7 @@ "name": "Lunaverse", "display": "luv", "symbol": "LUV", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png" } }, @@ -7196,7 +7196,7 @@ "name": "RoboHero", "display": "robo", "symbol": "ROBO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png" } }, @@ -7217,7 +7217,7 @@ "name": "Luart Token", "display": "luart", "symbol": "LUART", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png" } }, @@ -7238,7 +7238,7 @@ "name": "Mars Token", "display": "mars", "symbol": "MARS", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg" } }, @@ -7259,7 +7259,7 @@ "name": "xMars Token", "display": "xmars", "symbol": "XMARS", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg" } }, @@ -7298,7 +7298,7 @@ "name": "Ceres Governance Token", "display": "ceres", "symbol": "CERES", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg" } }, @@ -7319,7 +7319,7 @@ "name": "BENQI Staked AVAX (Portal)", "display": "wasavax", "symbol": "wasAVAX", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg" } }, @@ -7340,7 +7340,7 @@ "name": "MintDAO", "display": "mint", "symbol": "MINT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg" } }, @@ -7361,7 +7361,7 @@ "name": "Stader SD (Portal)", "display": "sd", "symbol": "SD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png" } }, @@ -7382,7 +7382,7 @@ "name": "Stader xSD", "display": "xsd", "symbol": "xSD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png" } }, @@ -7403,7 +7403,7 @@ "name": "Paxos Gold (Portal)", "display": "paxg", "symbol": "PAXG", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png" } }, @@ -7424,7 +7424,7 @@ "name": "DAO Maker", "display": "whdao", "symbol": "whDAO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png" } }, @@ -7445,7 +7445,7 @@ "name": "ChainLink Token", "display": "link", "symbol": "LINK", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png" } }, @@ -7466,7 +7466,7 @@ "name": "Sayve Token", "display": "sayve", "symbol": "SAYVE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png" } }, @@ -7505,7 +7505,7 @@ "name": "BRO token", "display": "bro", "symbol": "BRO", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg" } }, @@ -7526,7 +7526,7 @@ "name": "bBRO token", "display": "bbro", "symbol": "bBRO", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg" } }, @@ -7601,7 +7601,7 @@ "name": "Sooah Studio Token", "display": "sst", "symbol": "SST", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png" } }, @@ -7622,7 +7622,7 @@ "name": "Star Atlas (Portal)", "display": "atlas", "symbol": "ATLAS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png" } }, @@ -7643,7 +7643,7 @@ "name": "Audius (Portal)", "display": "audio", "symbol": "AUDIO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png" } }, @@ -7664,7 +7664,7 @@ "name": "AVAX (Portal)", "display": "avax", "symbol": "AVAX", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png" } }, @@ -7685,7 +7685,7 @@ "name": "Basic Attention Token (Portal)", "display": "bat", "symbol": "BAT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png" } }, @@ -7706,7 +7706,7 @@ "name": "Binance USD (Portal from BSC)", "display": "busdbs", "symbol": "BUSDbs", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png" } }, @@ -7727,7 +7727,7 @@ "name": "DAI (Portal)", "display": "dai", "symbol": "DAI", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png" } }, @@ -7748,7 +7748,7 @@ "name": "MATIC (Portal from Polygon)", "display": "maticpo", "symbol": "MATICpo", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png" } }, @@ -7769,7 +7769,7 @@ "name": "Magic Internet Money (Portal from Ethereum)", "display": "mimet", "symbol": "MIMet", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png" } }, @@ -7790,7 +7790,7 @@ "name": "Raydium (Portal)", "display": "ray", "symbol": "RAY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png" } }, @@ -7811,7 +7811,7 @@ "name": "Saber (Portal)", "display": "sbr", "symbol": "SBR", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png" } }, @@ -7832,7 +7832,7 @@ "name": "Shiba Inu (Portal)", "display": "shib", "symbol": "SHIB", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png" } }, @@ -7853,7 +7853,7 @@ "name": "Serum (Portal from Solana)", "display": "srmso", "symbol": "SRMso", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png" } }, @@ -7874,7 +7874,7 @@ "name": "USD Coin (Portal from Avalanche)", "display": "usdcav", "symbol": "USDCav", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png" } }, @@ -7895,7 +7895,7 @@ "name": "USD Coin (Portal from BSC)", "display": "usdcbs", "symbol": "USDCbs", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png" } }, @@ -7916,7 +7916,7 @@ "name": "USD Coin (Portal from Polygon)", "display": "usdcpo", "symbol": "USDCpo", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png" } }, @@ -7937,7 +7937,7 @@ "name": "USD Coin (Portal from Solana)", "display": "usdcso", "symbol": "USDCso", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png" } }, @@ -7958,7 +7958,7 @@ "name": "Tether USD (Portal from Avalanche)", "display": "usdtav", "symbol": "USDTav", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png" } }, @@ -7979,7 +7979,7 @@ "name": "Tether USD (Portal from BSC)", "display": "usdtbs", "symbol": "USDTbs", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png" } }, @@ -8000,7 +8000,7 @@ "name": "Tether USD (Portal from Solana)", "display": "usdtso", "symbol": "USDTso", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png" } }, @@ -8021,7 +8021,7 @@ "name": "Governance OHM (Portal)", "display": "gohm", "symbol": "gOHM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png" } }, @@ -8042,7 +8042,7 @@ "name": "Marinade staked SOL (Portal)", "display": "msol", "symbol": "mSOL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png" } }, @@ -8063,7 +8063,7 @@ "name": "Lido Staked Ether (Portal)", "display": "steth", "symbol": "stETH", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png" } }, @@ -8084,7 +8084,7 @@ "name": "LCT Token", "display": "lct", "symbol": "LCT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png" } }, @@ -8105,7 +8105,7 @@ "name": "Bonded ATOM", "display": "batom", "symbol": "bATOM", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg" } }, @@ -8126,7 +8126,7 @@ "name": "pStake Bonded ATOM (Wormhole)", "display": "webatom", "symbol": "webATOM", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg" } }, @@ -8147,7 +8147,7 @@ "name": "Willisch Coin", "display": "wcoin", "symbol": "WCOIN", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg" } }, @@ -8168,7 +8168,7 @@ "name": "LCT Fancard Token", "display": "lctfancard", "symbol": "LCTfancard", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png" } }, @@ -8189,7 +8189,7 @@ "name": "Kinetic Token", "display": "kntc", "symbol": "KNTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg" } }, @@ -8210,7 +8210,7 @@ "name": "Kinetic kUST Token", "display": "kust", "symbol": "kUST", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg" } }, @@ -8231,7 +8231,7 @@ "name": "Steak Token", "display": "steak", "symbol": "STEAK", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg" } }, @@ -8252,7 +8252,7 @@ "name": "CST Token", "display": "cst", "symbol": "CST", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png" } }, @@ -8273,7 +8273,7 @@ "name": "CST Fancard Token", "display": "cstfancard", "symbol": "CSTfancard", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png" } }, @@ -8294,7 +8294,7 @@ "name": "Neworld Labs Develpper Token", "display": "nwld", "symbol": "NWLD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png" } }, @@ -8315,7 +8315,7 @@ "name": "FURY", "display": "fury", "symbol": "FURY", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png" } }, @@ -8336,7 +8336,7 @@ "name": "Reactor Token", "display": "rct", "symbol": "RCT", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg" } }, @@ -8357,7 +8357,7 @@ "name": "Vitamin Coin", "display": "vitc", "symbol": "VITC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png" } }, @@ -8378,7 +8378,7 @@ "name": "DragonSB", "display": "sb", "symbol": "SB", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png" } }, @@ -8399,7 +8399,7 @@ "name": "RESToad Token", "display": "toad", "symbol": "TOAD", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg" } }, @@ -8420,7 +8420,7 @@ "name": "Orion Money xASTRO Derivative Token", "display": "orionastro", "symbol": "orionASTRO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png" } }, @@ -8441,7 +8441,7 @@ "name": "Retrograde", "display": "retro", "symbol": "RETRO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png" } }, @@ -8462,7 +8462,7 @@ "name": "TerrnadoCash", "display": "tnd", "symbol": "TND", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png" } }, @@ -8483,7 +8483,7 @@ "name": "TerrnadoCash", "display": "stnd", "symbol": "sTND", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg" } }, @@ -8504,7 +8504,7 @@ "name": "Neworld Token", "display": "nwt", "symbol": "NWT", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png" } }, @@ -8537,7 +8537,7 @@ "display": "aut", "name": "TerraClassicAUD", "symbol": "AUTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png" } @@ -8571,7 +8571,7 @@ "display": "cat", "name": "TerraClassicCAD", "symbol": "CATC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png" } @@ -8605,7 +8605,7 @@ "display": "cht", "name": "TerraClassicCHF", "symbol": "CHTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png" } @@ -8639,7 +8639,7 @@ "display": "cnt", "name": "TerraClassicCNY", "symbol": "CNTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png" } @@ -8673,7 +8673,7 @@ "display": "dkt", "name": "TerraClassicDKK", "symbol": "DKTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png" } @@ -8707,7 +8707,7 @@ "display": "eut", "name": "TerraClassicEUR", "symbol": "EUTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png" } @@ -8741,7 +8741,7 @@ "display": "gbt", "name": "TerraClassicGBP", "symbol": "GBTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png" } @@ -8775,7 +8775,7 @@ "display": "hkt", "name": "TerraClassicHKD", "symbol": "HKTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png" } @@ -8809,7 +8809,7 @@ "display": "idt", "name": "TerraClassicIDR", "symbol": "IDTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png" } @@ -8843,7 +8843,7 @@ "display": "int", "name": "TerraClassicINR", "symbol": "INTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png" } @@ -8877,7 +8877,7 @@ "display": "jpt", "name": "TerraClassicJPY", "symbol": "JPTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png" } @@ -8911,7 +8911,7 @@ "display": "mnt", "name": "TerraClassicMNT", "symbol": "MNTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png" } @@ -8945,7 +8945,7 @@ "display": "myt", "name": "TerraClassicMYR", "symbol": "MYTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png" } @@ -8979,7 +8979,7 @@ "display": "not", "name": "TerraClassicNOK", "symbol": "NOTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png" } @@ -9013,7 +9013,7 @@ "display": "pht", "name": "TerraClassicPHP", "symbol": "PHTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png" } @@ -9047,7 +9047,7 @@ "display": "sdt", "name": "TerraClassicSDR", "symbol": "SDTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png" } @@ -9081,7 +9081,7 @@ "display": "set", "name": "TerraClassicSEK", "symbol": "SETC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png" } @@ -9115,7 +9115,7 @@ "display": "sgt", "name": "TerraClassicSGD", "symbol": "SGTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png" } @@ -9149,7 +9149,7 @@ "display": "tht", "name": "TerraClassicTHB", "symbol": "THTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png" } @@ -9183,7 +9183,7 @@ "display": "twt", "name": "TerraClassicTWD", "symbol": "TWTC", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png" } @@ -9205,7 +9205,7 @@ "name": "Nebula Token", "display": "neb", "symbol": "NEB", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png" } } @@ -9231,7 +9231,7 @@ "name": "Luna", "display": "luna", "symbol": "LUNA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png" }, "coingeckoId": "terra-luna-2" @@ -9261,7 +9261,7 @@ "name": "Stateset", "display": "state", "symbol": "STATE", - "logoUris": { + "logoURIs": { "jpeg": "https://app.stateset.zone/stateset.jpeg" } } @@ -9288,7 +9288,7 @@ "name": "Cosmos", "display": "atom", "symbol": "ATOM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/atom.png", "svg": "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/atom.svg" } @@ -9315,7 +9315,7 @@ "name": "ULAS Network", "display": "ULAS", "symbol": "ULAS", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulas/images/logo.png" }, "coingeckoId": "ulas" @@ -9344,7 +9344,7 @@ "name": "Tgrade", "display": "tgd", "symbol": "TGD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg" }, @@ -9372,7 +9372,7 @@ "name": "Umee", "display": "umee", "symbol": "UMEE", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png" }, "coingeckoId": "umee" @@ -9401,7 +9401,7 @@ "name": "Vidulum", "display": "vdl", "symbol": "VDL", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg", "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png" }, @@ -9435,7 +9435,7 @@ "name": "Neta", "display": "neta", "symbol": "NETA", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/neta.png" }, "coingeckoId": "neta" @@ -9462,7 +9462,7 @@ "name": "Jackal", "display": "jkl", "symbol": "JKL", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.svg" }, @@ -9496,7 +9496,7 @@ "name": "Nomic", "display": "nom", "symbol": "NOM", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg" }, @@ -9523,7 +9523,7 @@ "name": "Nomic Bitcoin", "display": "nbtc", "symbol": "nBTC", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg" }, @@ -9568,7 +9568,7 @@ "name": "Osmosis", "display": "osmo", "symbol": "OSMO", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg" }, @@ -9599,7 +9599,7 @@ "name": "Ion", "display": "ion", "symbol": "ION", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg" }, diff --git a/__fixtures__/v2/chains.json b/__fixtures__/v2/chains.json index 9f8edcf17..fa1c7cdfa 100644 --- a/__fixtures__/v2/chains.json +++ b/__fixtures__/v2/chains.json @@ -2270,7 +2270,7 @@ "keyAlgos": [ "secp256k1" ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg" }, @@ -2742,7 +2742,7 @@ } ] }, - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg" }, @@ -4580,7 +4580,7 @@ ] }, "explorers": [], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg" } @@ -6638,7 +6638,7 @@ ] }, "explorers": [], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg" } @@ -7069,7 +7069,7 @@ ] }, "explorers": [], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg" } @@ -7850,7 +7850,7 @@ "txPage": "https://atomscan.com/osmosis/transactions/${txHash}" } ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png" }, "keywords": [ @@ -8347,7 +8347,7 @@ "txPage": "https://atomscan.com/regen-network/transactions/${txHash}" } ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png" } }, @@ -9985,7 +9985,7 @@ "accountPage": "https://tgrade.aneka.io/accounts/${accountAddress}" } ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png" } }, diff --git a/v1/packages/client/test-utils/index.ts b/v1/packages/client/test-utils/index.ts index 331ba9dab..71389afbe 100644 --- a/v1/packages/client/test-utils/index.ts +++ b/v1/packages/client/test-utils/index.ts @@ -1,8 +1,8 @@ import { AssetList, Chain, IBCInfo } from '@chain-registry/types'; -import _assets from '../../../../__fixtures__/assets.json'; -import _chains from '../../../../__fixtures__/chains.json'; -import _ibc from '../../../../__fixtures__/ibc.json'; +import _assets from '../../../../__fixtures__/v1/assets.json'; +import _chains from '../../../../__fixtures__/v1/chains.json'; +import _ibc from '../../../../__fixtures__/v1/ibc.json'; export const assets: AssetList[] = _assets as AssetList[]; // TODO update fixtures, they may be missing properties and/or old schema diff --git a/v1/packages/cosmostation/test-utils/index.ts b/v1/packages/cosmostation/test-utils/index.ts index 331ba9dab..71389afbe 100644 --- a/v1/packages/cosmostation/test-utils/index.ts +++ b/v1/packages/cosmostation/test-utils/index.ts @@ -1,8 +1,8 @@ import { AssetList, Chain, IBCInfo } from '@chain-registry/types'; -import _assets from '../../../../__fixtures__/assets.json'; -import _chains from '../../../../__fixtures__/chains.json'; -import _ibc from '../../../../__fixtures__/ibc.json'; +import _assets from '../../../../__fixtures__/v1/assets.json'; +import _chains from '../../../../__fixtures__/v1/chains.json'; +import _ibc from '../../../../__fixtures__/v1/ibc.json'; export const assets: AssetList[] = _assets as AssetList[]; // TODO update fixtures, they may be missing properties and/or old schema diff --git a/v1/packages/keplr/__tests__/chainInfo.test.ts b/v1/packages/keplr/__tests__/chainInfo.test.ts index b63e70fb4..a67a5407f 100644 --- a/v1/packages/keplr/__tests__/chainInfo.test.ts +++ b/v1/packages/keplr/__tests__/chainInfo.test.ts @@ -1,7 +1,7 @@ import { Chain } from '@chain-registry/types'; -import { assets, chains } from '../test-utils' import { chainRegistryChainToKeplr } from '../src/'; +import { assets, chains } from '../test-utils'; const testChainData = async (chainName: string, chainId: ChainInfo['chainId']) => { const chain = await getChainInfo(chainId); diff --git a/v1/packages/keplr/test-utils/index.ts b/v1/packages/keplr/test-utils/index.ts index 331ba9dab..71389afbe 100644 --- a/v1/packages/keplr/test-utils/index.ts +++ b/v1/packages/keplr/test-utils/index.ts @@ -1,8 +1,8 @@ import { AssetList, Chain, IBCInfo } from '@chain-registry/types'; -import _assets from '../../../../__fixtures__/assets.json'; -import _chains from '../../../../__fixtures__/chains.json'; -import _ibc from '../../../../__fixtures__/ibc.json'; +import _assets from '../../../../__fixtures__/v1/assets.json'; +import _chains from '../../../../__fixtures__/v1/chains.json'; +import _ibc from '../../../../__fixtures__/v1/ibc.json'; export const assets: AssetList[] = _assets as AssetList[]; // TODO update fixtures, they may be missing properties and/or old schema diff --git a/v2/packages/client/test-utils/index.ts b/v2/packages/client/test-utils/index.ts index 331ba9dab..8087cb473 100644 --- a/v2/packages/client/test-utils/index.ts +++ b/v2/packages/client/test-utils/index.ts @@ -1,11 +1,11 @@ -import { AssetList, Chain, IBCInfo } from '@chain-registry/types'; +import { AssetList, Chain, IBCData } from '@chain-registry/v2-types'; -import _assets from '../../../../__fixtures__/assets.json'; -import _chains from '../../../../__fixtures__/chains.json'; -import _ibc from '../../../../__fixtures__/ibc.json'; +import _assets from '../../../../__fixtures__/v2/assets.json'; +import _chains from '../../../../__fixtures__/v2/chains.json'; +import _ibc from '../../../../__fixtures__/v2/ibc.json'; -export const assets: AssetList[] = _assets as AssetList[]; +export const assetLists: AssetList[] = _assets as AssetList[]; // TODO update fixtures, they may be missing properties and/or old schema export const chains: Chain[] = _chains as any; -export const ibc: IBCInfo[] = _ibc as IBCInfo[]; +export const ibc: IBCData[] = _ibc as IBCData[]; diff --git a/v2/packages/cosmostation/test-utils/index.ts b/v2/packages/cosmostation/test-utils/index.ts index 331ba9dab..8087cb473 100644 --- a/v2/packages/cosmostation/test-utils/index.ts +++ b/v2/packages/cosmostation/test-utils/index.ts @@ -1,11 +1,11 @@ -import { AssetList, Chain, IBCInfo } from '@chain-registry/types'; +import { AssetList, Chain, IBCData } from '@chain-registry/v2-types'; -import _assets from '../../../../__fixtures__/assets.json'; -import _chains from '../../../../__fixtures__/chains.json'; -import _ibc from '../../../../__fixtures__/ibc.json'; +import _assets from '../../../../__fixtures__/v2/assets.json'; +import _chains from '../../../../__fixtures__/v2/chains.json'; +import _ibc from '../../../../__fixtures__/v2/ibc.json'; -export const assets: AssetList[] = _assets as AssetList[]; +export const assetLists: AssetList[] = _assets as AssetList[]; // TODO update fixtures, they may be missing properties and/or old schema export const chains: Chain[] = _chains as any; -export const ibc: IBCInfo[] = _ibc as IBCInfo[]; +export const ibc: IBCData[] = _ibc as IBCData[]; diff --git a/v2/packages/keplr/__tests__/__snapshots__/keplr.test.ts.snap b/v2/packages/keplr/__tests__/__snapshots__/keplr.test.ts.snap index 67e595fbd..db8cecb79 100644 --- a/v2/packages/keplr/__tests__/__snapshots__/keplr.test.ts.snap +++ b/v2/packages/keplr/__tests__/__snapshots__/keplr.test.ts.snap @@ -95,7 +95,7 @@ exports[`getExplorer 1`] = ` }, { "coinDecimals": 18, - "coinDenom": "MATIC", + "coinDenom": "POL", "coinGeckoId": undefined, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg", "coinMinimalDenom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB", @@ -1453,7 +1453,7 @@ exports[`getExplorer 1`] = ` }, { "coinDecimals": 6, - "coinDenom": "QSR", + "coinDenom": "QSR.legacy", "coinGeckoId": undefined, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png", "coinMinimalDenom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477", @@ -2657,7 +2657,7 @@ exports[`getExplorer 1`] = ` }, { "coinDecimals": 6, - "coinDenom": "RAKOFF", + "coinDenom": "JURIS", "coinGeckoId": undefined, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png", "coinMinimalDenom": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98", @@ -2888,7 +2888,7 @@ exports[`getExplorer 1`] = ` }, { "coinDecimals": 6, - "coinDenom": "USDT.eth.inj", + "coinDenom": "USDT.inj", "coinGeckoId": undefined, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg", "coinMinimalDenom": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D", @@ -2942,6 +2942,251 @@ exports[`getExplorer 1`] = ` "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg", "coinMinimalDenom": "factory/osmo12lnwf54yd30p6amzaged2atln8k0l32n7ncxf04ctg7u7ymnsy7qkqgsw4/alloyed/allTON", }, + { + "coinDecimals": 18, + "coinDenom": "stBTC", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg", + "coinMinimalDenom": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B", + }, + { + "coinDecimals": 18, + "coinDenom": "BVT0", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT0.png", + "coinMinimalDenom": "factory/osmo1xu0gk9aggv79597xwazyfzaggv2pze9z7cq3p9p72tkkux9a7xaqufa792/BVT", + }, + { + "coinDecimals": 18, + "coinDenom": "BVT1", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT1.png", + "coinMinimalDenom": "factory/osmo16nxtnrnl7lctvnhhpcxqmmpv63n93zgg0ukaveyc0jl4dtad79cs53c3an/BVT", + }, + { + "coinDecimals": 18, + "coinDenom": "AVAIL.eth.rt", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg", + "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/AVAIL.rt", + }, + { + "coinDecimals": 6, + "coinDenom": "EURe", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg", + "coinMinimalDenom": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F", + }, + { + "coinDecimals": 6, + "coinDenom": "ANDR", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png", + "coinMinimalDenom": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E", + }, + { + "coinDecimals": 8, + "coinDenom": "ckBTC", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg", + "coinMinimalDenom": "factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-icrc-ckBTC", + }, + { + "coinDecimals": 9, + "coinDenom": "fWIZ", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fWIZ.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fWIZ", + }, + { + "coinDecimals": 9, + "coinDenom": "fWITCH", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fWITCH.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fWITCH", + }, + { + "coinDecimals": 9, + "coinDenom": "fCRYPTONIUM", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fCRYPTONIUM.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fCRYPTONIUM", + }, + { + "coinDecimals": 9, + "coinDenom": "fATLAS", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fATLAS.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fATLAS", + }, + { + "coinDecimals": 9, + "coinDenom": "fGECK", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fGECK.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fGECK", + }, + { + "coinDecimals": 9, + "coinDenom": "fBULLS", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBULLS.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBULLS", + }, + { + "coinDecimals": 6, + "coinDenom": "SIN", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png", + "coinMinimalDenom": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23", + }, + { + "coinDecimals": 6, + "coinDenom": "KIMA", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg", + "coinMinimalDenom": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71", + }, + { + "coinDecimals": 18, + "coinDenom": "STOS", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg", + "coinMinimalDenom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", + }, + { + "coinDecimals": 18, + "coinDenom": "UNI.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg", + "coinMinimalDenom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161", + }, + { + "coinDecimals": 12, + "coinDenom": "UNI", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg", + "coinMinimalDenom": "factory/osmo1eqjda4pc6e09jtxzxggf6jl3jye2yn453ja58we5gxwzmf5ah28qvlnaz8/alloyed/allUNI", + }, + { + "coinDecimals": 6, + "coinDenom": "OSMO-YIELD-LP", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg", + "coinMinimalDenom": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453", + }, + { + "coinDecimals": 6, + "coinDenom": "INT3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png", + "coinMinimalDenom": "ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32", + }, + { + "coinDecimals": 8, + "coinDenom": "DOGE.int3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg", + "coinMinimalDenom": "ibc/B3DFDC2958A2BE482532DA3B6B5729B469BE7475598F7487D98B1B3E085245DE", + }, + { + "coinDecimals": 8, + "coinDenom": "BTC.int3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg", + "coinMinimalDenom": "ibc/2F4258D6E1E01B203D6CA83F2C7E4959615053A21EC2C2FC196F7911CAC832EF", + }, + { + "coinDecimals": 8, + "coinDenom": "BCH.int3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg", + "coinMinimalDenom": "ibc/869E01805EBBDDCAEA588666CD5149728B7DC7D69F30D92F77AD67F77CEB3FDA", + }, + { + "coinDecimals": 8, + "coinDenom": "LTC.int3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg", + "coinMinimalDenom": "ibc/905326586AE1C86AC8B1CDB20BE957DE5FB23963EDD2C9ADD3E835CC22115A46", + }, + { + "coinDecimals": 6, + "coinDenom": "USDT.e.arb.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.arb.axl.svg", + "coinMinimalDenom": "ibc/57B63A0795B6BC0AC4EFD0D4DEE9FE71FCC1D0FFA87F6280C9CDEF4F6727A173", + }, + { + "coinDecimals": 6, + "coinDenom": "USDT.e.op.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.op.axl.svg", + "coinMinimalDenom": "ibc/EEA21E12A250B7FBBCBBBD1F7AA78984F5C12D684B32EBEEFC585FF596A7BCDA", + }, + { + "coinDecimals": 6, + "coinDenom": "USDT.e.matic.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pol.axl.svg", + "coinMinimalDenom": "ibc/2F6003A92088B989A159C593C551DF7B04FA0A0419CA3ED087E45E0006ECFF6E", + }, + { + "coinDecimals": 8, + "coinDenom": "cbBTC.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg", + "coinMinimalDenom": "ibc/616C2EA69BC328F245CE449785CB0B526B462C48F19DCF9B3D30699579B4308A", + }, + { + "coinDecimals": 8, + "coinDenom": "FBTC.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg", + "coinMinimalDenom": "ibc/22C342A34DD0189AC2B2697EE76C360A9FBA53748ABA76E12C3A9E9F5F1E130F", + }, + { + "coinDecimals": 8, + "coinDenom": "LBTC.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg", + "coinMinimalDenom": "ibc/4AC81C97BBB5482536F6401328E0E10BCCD98F0F471DCF64319A811E25E53CAB", + }, + { + "coinDecimals": 18, + "coinDenom": "RBTC.rt", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg", + "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/BTC.rt", + }, + { + "coinDecimals": 8, + "coinDenom": "DOGE", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png", + "coinMinimalDenom": "factory/osmo10pk4crey8fpdyqd62rsau0y02e3rk055w5u005ah6ly7k849k5tsf72x40/alloyed/allDOGE", + }, + { + "coinDecimals": 8, + "coinDenom": "LTC", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg", + "coinMinimalDenom": "factory/osmo1csp8fk353hnq2tmulklecxpex43qmjvrkxjcsh4c3eqcw2vjcslq5jls9v/alloyed/allLTC", + }, + { + "coinDecimals": 8, + "coinDenom": "BCH", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg", + "coinMinimalDenom": "factory/osmo1cranx3twqxfrgeqvgsu262gy54vafpc9xap6scye99v244zl970s7kw2sz/alloyed/allBCH", + }, + { + "coinDecimals": 6, + "coinDenom": "OM", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg", + "coinMinimalDenom": "ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795", + }, { "coinDecimals": 6, "coinDenom": "FURY", @@ -2970,13 +3215,6 @@ exports[`getExplorer 1`] = ` "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg", "coinMinimalDenom": "ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32", }, - { - "coinDecimals": 6, - "coinDenom": "NSTK", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg", - "coinMinimalDenom": "ibc/F74225B0AFD2F675AF56E9BE3F235486BCDE5C5E09AA88A97AFD2E052ABFE04C", - }, { "coinDecimals": 6, "coinDenom": "avalanche.USDC.wh", @@ -3021,87 +3259,31 @@ exports[`getExplorer 1`] = ` }, { "coinDecimals": 6, - "coinDenom": "loopedUSDCmars", + "coinDenom": "earnUSDC", "coinGeckoId": undefined, "coinImageUrl": undefined, "coinMinimalDenom": "factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped", }, { - "coinDecimals": 18, - "coinDenom": "BVT0", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT0.png", - "coinMinimalDenom": "factory/osmo1xu0gk9aggv79597xwazyfzaggv2pze9z7cq3p9p72tkkux9a7xaqufa792/BVT", - }, - { - "coinDecimals": 18, - "coinDenom": "BVT1", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT1.png", - "coinMinimalDenom": "factory/osmo16nxtnrnl7lctvnhhpcxqmmpv63n93zgg0ukaveyc0jl4dtad79cs53c3an/BVT", - }, - { - "coinDecimals": 18, - "coinDenom": "AVAIL", + "coinDecimals": 6, + "coinDenom": "earnCDT", "coinGeckoId": undefined, "coinImageUrl": undefined, - "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/AVAIL.rt", - }, - { - "coinDecimals": 9, - "coinDenom": "fWIZ", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fWIZ.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fWIZ", - }, - { - "coinDecimals": 9, - "coinDenom": "fWITCH", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fWITCH.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fWITCH", - }, - { - "coinDecimals": 9, - "coinDenom": "fCRYPTONIUM", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fCRYPTONIUM.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fCRYPTONIUM", - }, - { - "coinDecimals": 9, - "coinDenom": "fGECK", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fGECK.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fGECK", - }, - { - "coinDecimals": 9, - "coinDenom": "fATLAS", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fATLAS.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fATLAS", + "coinMinimalDenom": "factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt", }, { - "coinDecimals": 9, - "coinDenom": "fBULLS", + "coinDecimals": 6, + "coinDenom": "SPICE", "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBULLS.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBULLS", + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png", + "coinMinimalDenom": "factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice", }, { "coinDecimals": 18, - "coinDenom": "RBTC", + "coinDenom": "YUM.axl", "coinGeckoId": undefined, - "coinImageUrl": undefined, - "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/BTC.rt", - }, - { - "coinDecimals": 8, - "coinDenom": "ckBTC", - "coinGeckoId": undefined, - "coinImageUrl": undefined, - "coinMinimalDenom": "factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-icrc-ckBTC", + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png", + "coinMinimalDenom": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE", }, ], "features": [ @@ -3233,7 +3415,7 @@ exports[`keplr 1`] = ` }, { "coinDecimals": 18, - "coinDenom": "MATIC", + "coinDenom": "POL", "coinGeckoId": undefined, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg", "coinMinimalDenom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB", @@ -4591,7 +4773,7 @@ exports[`keplr 1`] = ` }, { "coinDecimals": 6, - "coinDenom": "QSR", + "coinDenom": "QSR.legacy", "coinGeckoId": undefined, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png", "coinMinimalDenom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477", @@ -5795,7 +5977,7 @@ exports[`keplr 1`] = ` }, { "coinDecimals": 6, - "coinDenom": "RAKOFF", + "coinDenom": "JURIS", "coinGeckoId": undefined, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png", "coinMinimalDenom": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98", @@ -6026,7 +6208,7 @@ exports[`keplr 1`] = ` }, { "coinDecimals": 6, - "coinDenom": "USDT.eth.inj", + "coinDenom": "USDT.inj", "coinGeckoId": undefined, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg", "coinMinimalDenom": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D", @@ -6080,6 +6262,251 @@ exports[`keplr 1`] = ` "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg", "coinMinimalDenom": "factory/osmo12lnwf54yd30p6amzaged2atln8k0l32n7ncxf04ctg7u7ymnsy7qkqgsw4/alloyed/allTON", }, + { + "coinDecimals": 18, + "coinDenom": "stBTC", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg", + "coinMinimalDenom": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B", + }, + { + "coinDecimals": 18, + "coinDenom": "BVT0", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT0.png", + "coinMinimalDenom": "factory/osmo1xu0gk9aggv79597xwazyfzaggv2pze9z7cq3p9p72tkkux9a7xaqufa792/BVT", + }, + { + "coinDecimals": 18, + "coinDenom": "BVT1", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT1.png", + "coinMinimalDenom": "factory/osmo16nxtnrnl7lctvnhhpcxqmmpv63n93zgg0ukaveyc0jl4dtad79cs53c3an/BVT", + }, + { + "coinDecimals": 18, + "coinDenom": "AVAIL.eth.rt", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg", + "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/AVAIL.rt", + }, + { + "coinDecimals": 6, + "coinDenom": "EURe", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg", + "coinMinimalDenom": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F", + }, + { + "coinDecimals": 6, + "coinDenom": "ANDR", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png", + "coinMinimalDenom": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E", + }, + { + "coinDecimals": 8, + "coinDenom": "ckBTC", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg", + "coinMinimalDenom": "factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-icrc-ckBTC", + }, + { + "coinDecimals": 9, + "coinDenom": "fWIZ", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fWIZ.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fWIZ", + }, + { + "coinDecimals": 9, + "coinDenom": "fWITCH", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fWITCH.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fWITCH", + }, + { + "coinDecimals": 9, + "coinDenom": "fCRYPTONIUM", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fCRYPTONIUM.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fCRYPTONIUM", + }, + { + "coinDecimals": 9, + "coinDenom": "fATLAS", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fATLAS.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fATLAS", + }, + { + "coinDecimals": 9, + "coinDenom": "fGECK", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fGECK.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fGECK", + }, + { + "coinDecimals": 9, + "coinDenom": "fBULLS", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBULLS.png", + "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBULLS", + }, + { + "coinDecimals": 6, + "coinDenom": "SIN", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png", + "coinMinimalDenom": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23", + }, + { + "coinDecimals": 6, + "coinDenom": "KIMA", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg", + "coinMinimalDenom": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71", + }, + { + "coinDecimals": 18, + "coinDenom": "STOS", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg", + "coinMinimalDenom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", + }, + { + "coinDecimals": 18, + "coinDenom": "UNI.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg", + "coinMinimalDenom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161", + }, + { + "coinDecimals": 12, + "coinDenom": "UNI", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg", + "coinMinimalDenom": "factory/osmo1eqjda4pc6e09jtxzxggf6jl3jye2yn453ja58we5gxwzmf5ah28qvlnaz8/alloyed/allUNI", + }, + { + "coinDecimals": 6, + "coinDenom": "OSMO-YIELD-LP", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg", + "coinMinimalDenom": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453", + }, + { + "coinDecimals": 6, + "coinDenom": "INT3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png", + "coinMinimalDenom": "ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32", + }, + { + "coinDecimals": 8, + "coinDenom": "DOGE.int3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg", + "coinMinimalDenom": "ibc/B3DFDC2958A2BE482532DA3B6B5729B469BE7475598F7487D98B1B3E085245DE", + }, + { + "coinDecimals": 8, + "coinDenom": "BTC.int3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg", + "coinMinimalDenom": "ibc/2F4258D6E1E01B203D6CA83F2C7E4959615053A21EC2C2FC196F7911CAC832EF", + }, + { + "coinDecimals": 8, + "coinDenom": "BCH.int3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg", + "coinMinimalDenom": "ibc/869E01805EBBDDCAEA588666CD5149728B7DC7D69F30D92F77AD67F77CEB3FDA", + }, + { + "coinDecimals": 8, + "coinDenom": "LTC.int3", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg", + "coinMinimalDenom": "ibc/905326586AE1C86AC8B1CDB20BE957DE5FB23963EDD2C9ADD3E835CC22115A46", + }, + { + "coinDecimals": 6, + "coinDenom": "USDT.e.arb.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.arb.axl.svg", + "coinMinimalDenom": "ibc/57B63A0795B6BC0AC4EFD0D4DEE9FE71FCC1D0FFA87F6280C9CDEF4F6727A173", + }, + { + "coinDecimals": 6, + "coinDenom": "USDT.e.op.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.op.axl.svg", + "coinMinimalDenom": "ibc/EEA21E12A250B7FBBCBBBD1F7AA78984F5C12D684B32EBEEFC585FF596A7BCDA", + }, + { + "coinDecimals": 6, + "coinDenom": "USDT.e.matic.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pol.axl.svg", + "coinMinimalDenom": "ibc/2F6003A92088B989A159C593C551DF7B04FA0A0419CA3ED087E45E0006ECFF6E", + }, + { + "coinDecimals": 8, + "coinDenom": "cbBTC.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg", + "coinMinimalDenom": "ibc/616C2EA69BC328F245CE449785CB0B526B462C48F19DCF9B3D30699579B4308A", + }, + { + "coinDecimals": 8, + "coinDenom": "FBTC.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg", + "coinMinimalDenom": "ibc/22C342A34DD0189AC2B2697EE76C360A9FBA53748ABA76E12C3A9E9F5F1E130F", + }, + { + "coinDecimals": 8, + "coinDenom": "LBTC.axl", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg", + "coinMinimalDenom": "ibc/4AC81C97BBB5482536F6401328E0E10BCCD98F0F471DCF64319A811E25E53CAB", + }, + { + "coinDecimals": 18, + "coinDenom": "RBTC.rt", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg", + "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/BTC.rt", + }, + { + "coinDecimals": 8, + "coinDenom": "DOGE", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png", + "coinMinimalDenom": "factory/osmo10pk4crey8fpdyqd62rsau0y02e3rk055w5u005ah6ly7k849k5tsf72x40/alloyed/allDOGE", + }, + { + "coinDecimals": 8, + "coinDenom": "LTC", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg", + "coinMinimalDenom": "factory/osmo1csp8fk353hnq2tmulklecxpex43qmjvrkxjcsh4c3eqcw2vjcslq5jls9v/alloyed/allLTC", + }, + { + "coinDecimals": 8, + "coinDenom": "BCH", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg", + "coinMinimalDenom": "factory/osmo1cranx3twqxfrgeqvgsu262gy54vafpc9xap6scye99v244zl970s7kw2sz/alloyed/allBCH", + }, + { + "coinDecimals": 6, + "coinDenom": "OM", + "coinGeckoId": undefined, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg", + "coinMinimalDenom": "ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795", + }, { "coinDecimals": 6, "coinDenom": "FURY", @@ -6108,13 +6535,6 @@ exports[`keplr 1`] = ` "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg", "coinMinimalDenom": "ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32", }, - { - "coinDecimals": 6, - "coinDenom": "NSTK", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg", - "coinMinimalDenom": "ibc/F74225B0AFD2F675AF56E9BE3F235486BCDE5C5E09AA88A97AFD2E052ABFE04C", - }, { "coinDecimals": 6, "coinDenom": "avalanche.USDC.wh", @@ -6159,87 +6579,31 @@ exports[`keplr 1`] = ` }, { "coinDecimals": 6, - "coinDenom": "loopedUSDCmars", + "coinDenom": "earnUSDC", "coinGeckoId": undefined, "coinImageUrl": undefined, "coinMinimalDenom": "factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped", }, { - "coinDecimals": 18, - "coinDenom": "BVT0", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT0.png", - "coinMinimalDenom": "factory/osmo1xu0gk9aggv79597xwazyfzaggv2pze9z7cq3p9p72tkkux9a7xaqufa792/BVT", - }, - { - "coinDecimals": 18, - "coinDenom": "BVT1", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT1.png", - "coinMinimalDenom": "factory/osmo16nxtnrnl7lctvnhhpcxqmmpv63n93zgg0ukaveyc0jl4dtad79cs53c3an/BVT", - }, - { - "coinDecimals": 18, - "coinDenom": "AVAIL", + "coinDecimals": 6, + "coinDenom": "earnCDT", "coinGeckoId": undefined, "coinImageUrl": undefined, - "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/AVAIL.rt", - }, - { - "coinDecimals": 9, - "coinDenom": "fWIZ", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fWIZ.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fWIZ", - }, - { - "coinDecimals": 9, - "coinDenom": "fWITCH", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fWITCH.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fWITCH", - }, - { - "coinDecimals": 9, - "coinDenom": "fCRYPTONIUM", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fCRYPTONIUM.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fCRYPTONIUM", - }, - { - "coinDecimals": 9, - "coinDenom": "fGECK", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fGECK.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fGECK", - }, - { - "coinDecimals": 9, - "coinDenom": "fATLAS", - "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fATLAS.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fATLAS", + "coinMinimalDenom": "factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt", }, { - "coinDecimals": 9, - "coinDenom": "fBULLS", + "coinDecimals": 6, + "coinDenom": "SPICE", "coinGeckoId": undefined, - "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBULLS.png", - "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBULLS", + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png", + "coinMinimalDenom": "factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice", }, { "coinDecimals": 18, - "coinDenom": "RBTC", + "coinDenom": "YUM.axl", "coinGeckoId": undefined, - "coinImageUrl": undefined, - "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/BTC.rt", - }, - { - "coinDecimals": 8, - "coinDenom": "ckBTC", - "coinGeckoId": undefined, - "coinImageUrl": undefined, - "coinMinimalDenom": "factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-icrc-ckBTC", + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png", + "coinMinimalDenom": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE", }, ], "features": [ diff --git a/v2/packages/keplr/__tests__/chainInfo.test.ts b/v2/packages/keplr/__tests__/chainInfo.test.ts index ba193fe3f..d4b51c295 100644 --- a/v2/packages/keplr/__tests__/chainInfo.test.ts +++ b/v2/packages/keplr/__tests__/chainInfo.test.ts @@ -1,7 +1,7 @@ import { Chain } from '@chain-registry/v2-types'; -import { assetLists, chains } from '@chain-registry/v2' import { chainRegistryChainToKeplr } from '../src'; +import { assetLists, chains } from '../test-utils'; const testChainData = async (chainName: string, chainId: ChainInfo['chainId']) => { const chain = await getChainInfo(chainId); diff --git a/v2/packages/keplr/test-utils/index.ts b/v2/packages/keplr/test-utils/index.ts new file mode 100644 index 000000000..8087cb473 --- /dev/null +++ b/v2/packages/keplr/test-utils/index.ts @@ -0,0 +1,11 @@ +import { AssetList, Chain, IBCData } from '@chain-registry/v2-types'; + +import _assets from '../../../../__fixtures__/v2/assets.json'; +import _chains from '../../../../__fixtures__/v2/chains.json'; +import _ibc from '../../../../__fixtures__/v2/ibc.json'; + +export const assetLists: AssetList[] = _assets as AssetList[]; +// TODO update fixtures, they may be missing properties and/or old schema +export const chains: Chain[] = _chains as any; + +export const ibc: IBCData[] = _ibc as IBCData[]; diff --git a/v2/packages/utils/__tests__/__snapshots__/cw20-assets.test.ts.snap b/v2/packages/utils/__tests__/__snapshots__/cw20-assets.test.ts.snap index f6be4170b..1f384b822 100644 --- a/v2/packages/utils/__tests__/__snapshots__/cw20-assets.test.ts.snap +++ b/v2/packages/utils/__tests__/__snapshots__/cw20-assets.test.ts.snap @@ -23,7 +23,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "The native token cw20 for Neta on Juno Chain", "display": "neta", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg", }, @@ -65,7 +65,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "The native token cw20 for Marble DAO on Juno Chain", "display": "marble", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg", }, @@ -107,7 +107,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.", "display": "hope", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg", }, @@ -149,7 +149,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem", "display": "rac", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg", }, @@ -190,7 +190,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "The native token of Marble DEX on Juno Chain", "display": "block", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg", }, @@ -227,7 +227,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "The DAO token to build consensus among Hong Kong People", "display": "dhk", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg", }, @@ -269,7 +269,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "Token governance for Junoswap", "display": "raw", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png", }, "name": "JunoSwap", @@ -309,7 +309,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!", "display": "asvt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png", }, "name": "Another.Software Validator Token", @@ -349,7 +349,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.", "display": "hns", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg", }, "name": "IBC HNS (Handshake)", @@ -389,7 +389,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "DAO dedicated to building tools on the Juno Network", "display": "joe", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png", }, "name": "JoeDAO", @@ -429,7 +429,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "Governance Token for Digital Land Acquisition DAO", "display": "dla", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg", }, @@ -470,7 +470,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "DeFi gaming platform built on Juno", "display": "glto", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg", }, @@ -511,7 +511,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "Gelotto Year 1 Grand Prize Token", "display": "gkey", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg", }, @@ -552,7 +552,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "The native token cw20 for BlackHole on Juno Chain", "display": "blkh", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg", }, @@ -594,7 +594,7 @@ exports[`getCw20Assets 1`] = ` ], "description": "ELEVENPARIS loyalty token on KiChain", "display": "lvn", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png", }, "name": "LVN", diff --git a/v2/packages/utils/__tests__/__snapshots__/get-asset-list.test.ts.snap b/v2/packages/utils/__tests__/__snapshots__/get-asset-list.test.ts.snap index 7704b76de..d31675edc 100644 --- a/v2/packages/utils/__tests__/__snapshots__/get-asset-list.test.ts.snap +++ b/v2/packages/utils/__tests__/__snapshots__/get-asset-list.test.ts.snap @@ -22,7 +22,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.", "display": "akt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg", }, @@ -60,7 +60,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Asset Mantle", "display": "mntl", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png", }, "name": "AssetMantle", @@ -97,7 +97,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Axelar", "display": "axl", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg", }, @@ -135,7 +135,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Circle's stablecoin on Axelar", "display": "usdc", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg", }, @@ -173,7 +173,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Frax's fractional-algorithmic stablecoin on Axelar", "display": "frax", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg", }, @@ -211,7 +211,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Dai stablecoin on Axelar", "display": "dai", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg", }, @@ -249,7 +249,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Tether's USD stablecoin on Axelar", "display": "usdt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg", }, @@ -287,7 +287,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Wrapped Ether on Axelar", "display": "weth", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png", }, "name": "Wrapped Ether", @@ -324,7 +324,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Wrapped Bitcoin on Axelar", "display": "wbtc", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png", }, "name": "Wrapped Bitcoin", @@ -361,7 +361,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Aave on Axelar", "display": "aave", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg", }, "name": "Aave", @@ -398,7 +398,7 @@ exports[`getAssetLists 1`] = ` ], "description": "ApeCoin on Axelar", "display": "ape", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg", }, "name": "ApeCoin", @@ -436,7 +436,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Axie Infinity Shard on Axelar", "display": "axs", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg", }, "name": "Axie Infinity Shard", @@ -474,7 +474,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Chainlink on Axelar", "display": "link", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg", }, @@ -512,7 +512,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Maker on Axelar", "display": "mkr", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg", }, "name": "Maker", @@ -549,7 +549,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Rai Reflex Index on Axelar", "display": "rai", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg", }, "name": "Rai Reflex Index", @@ -586,7 +586,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Shiba Inu on Axelar", "display": "shib", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg", }, "name": "Shiba Inu", @@ -623,7 +623,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Lido Staked Ether on Axelar", "display": "steth", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg", }, "name": "Lido Staked Ether", @@ -660,7 +660,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Uniswap on Axelar", "display": "uni", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg", }, "name": "Uniswap", @@ -697,7 +697,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Chain on Axelar", "display": "xcn", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg", }, "name": "Chain", @@ -734,7 +734,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Wrapped Polkadot on Axelar", "display": "dot", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg", }, @@ -772,7 +772,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Wrapped Moonbeam on Axelar", "display": "wglmr", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg", }, @@ -810,7 +810,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of BandChain", "display": "band", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg", }, @@ -848,7 +848,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.", "display": "bcna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg", }, @@ -886,7 +886,7 @@ exports[`getAssetLists 1`] = ` ], "description": "BitSong Native Token", "display": "btsg", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg", }, @@ -924,7 +924,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Adam Clay a BitSong Music FanToken", "display": "clay", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png", }, "name": "Adam Clay FanToken", @@ -960,7 +960,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Nicola Fasano a BitSong Music FanToken", "display": "fasano", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png", }, "name": "Nicola Fasano Fantoken", @@ -996,7 +996,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Delta 9 a BitSong Music FanToken", "display": "d9x", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png", }, "name": "Delta 9 Fantoken", @@ -1032,7 +1032,7 @@ exports[`getAssetLists 1`] = ` ], "description": "FONTI a BitSong Music FanToken", "display": "fonti", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png", }, "name": "FONTI Fantoken", @@ -1068,7 +1068,7 @@ exports[`getAssetLists 1`] = ` ], "description": "BlackJack a BitSong Music FanToken", "display": "bjks", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png", }, "name": "BlackJack Fantoken", @@ -1104,7 +1104,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Rawanne a BitSong Music FanToken", "display": "rwne", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png", }, "name": "Rawanne Fantoken", @@ -1140,7 +1140,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Enmoda a BitSong Music FanToken", "display": "enmoda", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png", }, "name": "Enmoda Fantoken", @@ -1176,7 +1176,7 @@ exports[`getAssetLists 1`] = ` ], "description": "404Deep Records a BitSong Music FanToken", "display": "404dr", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png", }, "name": "404Deep Records Fantoken", @@ -1212,7 +1212,7 @@ exports[`getAssetLists 1`] = ` ], "description": "N43 a BitSong Music FanToken", "display": "n43", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png", }, "name": "N43 Fantoken", @@ -1248,7 +1248,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Puro Lobo a BitSong Music FanToken", "display": "lobo", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png", }, "name": "Puro Lobo Fantoken", @@ -1284,7 +1284,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Vibranium a BitSong Music FanToken", "display": "vibra", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png", }, "name": "Vibranium Fantoken", @@ -1320,7 +1320,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Karina a BitSong Music FanToken", "display": "karina", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png", }, "name": "Karina Fantoken", @@ -1356,7 +1356,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Luca Testa a BitSong Music FanToken", "display": "testa", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png", }, "name": "Luca Testa Fantoken", @@ -1392,7 +1392,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Carolina Marquez a BitSong Music FanToken", "display": "cmqz", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png", }, "name": "Carolina Marquez Fantoken", @@ -1425,7 +1425,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The staking token of Bostrom", "display": "boot", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png", }, "name": "Bostrom", @@ -1465,7 +1465,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Carbon", "display": "dswth", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg", }, @@ -1503,7 +1503,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Cerberus Chain", "display": "crbrus", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png", }, "name": "Cerberus", @@ -1540,7 +1540,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Native token for the cheqd network", "display": "cheq", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg", }, @@ -1578,7 +1578,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Chihuahua Chain", "display": "huahua", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png", }, "name": "Chihuahua", @@ -1615,7 +1615,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Native Token of Comdex Protocol", "display": "cmdx", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png", }, "name": "Comdex", @@ -1652,7 +1652,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native staking and governance token of the Cosmos Hub.", "display": "atom", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg", }, @@ -1691,7 +1691,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Crescent", "display": "cre", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg", }, @@ -1730,7 +1730,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The bonded token of Crescent", "display": "bcre", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg", }, @@ -1768,7 +1768,7 @@ exports[`getAssetLists 1`] = ` ], "description": "CRO coin is the token for the Crypto.com platform.", "display": "cro", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png", }, "name": "Cronos", @@ -1806,7 +1806,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Decentr", "display": "dec", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg", }, @@ -1845,7 +1845,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Desmos", "display": "dsm", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg", }, @@ -1883,7 +1883,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Native token of Dig Chain", "display": "dig", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png", }, "name": "Dig Chain", @@ -1920,7 +1920,7 @@ exports[`getAssetLists 1`] = ` ], "description": "e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.", "display": "ngm", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png", }, "name": "e-Money", @@ -1957,7 +1957,7 @@ exports[`getAssetLists 1`] = ` ], "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.", "display": "eur", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png", }, "name": "e-Money EUR", @@ -1994,7 +1994,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native EVM, governance and staking token of the Evmos Hub", "display": "evmos", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg", }, @@ -2032,7 +2032,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native staking and governance token of the Fetch Hub.", "display": "fet", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg", }, @@ -2069,7 +2069,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.", "display": "mobx", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg", }, @@ -2106,7 +2106,7 @@ exports[`getAssetLists 1`] = ` ], "description": "GLX is the staking token of the Galaxy Chain", "display": "glx", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg", }, @@ -2143,7 +2143,7 @@ exports[`getAssetLists 1`] = ` ], "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token", "display": "l1", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg", }, @@ -2187,7 +2187,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg", }, @@ -2234,7 +2234,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg", }, @@ -2276,7 +2276,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg", }, "name": "Wrapped Ethereum", @@ -2317,7 +2317,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", }, "name": "USD Coin", @@ -2358,7 +2358,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg", }, "name": "Tether USD", @@ -2400,7 +2400,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg", }, @@ -2442,7 +2442,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg", }, "name": "Dai Stablecoin", @@ -2488,7 +2488,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg", }, @@ -2534,7 +2534,7 @@ exports[`getAssetLists 1`] = ` "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png", }, "name": "OccamFi", @@ -2580,7 +2580,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg", }, @@ -2618,7 +2618,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of IXO Chain", "display": "ixo", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png", }, "name": "IXO", @@ -2655,7 +2655,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The INJ token is the native governance token for the Injective chain.", "display": "inj", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg", }, @@ -2693,7 +2693,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The IRIS token is the native governance token for the IrisNet chain.", "display": "iris", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg", }, @@ -2731,7 +2731,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of JUNO Chain", "display": "juno", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg", }, @@ -2769,7 +2769,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native staking and governance token of Kava", "display": "kava", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png", }, "name": "Kava", @@ -2806,7 +2806,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Governance token of Kava Lend Protocol", "display": "HARD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg", }, @@ -2844,7 +2844,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Governance token of Kava Swap Protocol", "display": "SWP", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg", }, @@ -2882,7 +2882,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Ki Chain", "display": "xki", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg", }, @@ -2920,7 +2920,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Konstellation Network", "display": "darc", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg", }, @@ -2958,7 +2958,7 @@ exports[`getAssetLists 1`] = ` ], "description": "LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.", "display": "like", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg", }, @@ -2995,7 +2995,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Lumen Network", "display": "lumen", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png", }, "name": "LUMEN", @@ -3032,7 +3032,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Native token of the Lum Network", "display": "lum", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg", }, @@ -3069,7 +3069,7 @@ exports[`getAssetLists 1`] = ` ], "description": "MEME Token (MEME) is the native staking token of the MEME Chain", "display": "meme", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg", }, @@ -3106,7 +3106,7 @@ exports[`getAssetLists 1`] = ` ], "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App", "display": "tick", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg", }, @@ -3144,7 +3144,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Oraichain", "display": "orai", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg", }, @@ -3182,7 +3182,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem", "display": "med", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png", }, "name": "MediBloc", @@ -3219,7 +3219,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The XPRT token is primarily a governance token for the Persistence chain.", "display": "xprt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg", }, @@ -3262,7 +3262,7 @@ exports[`getAssetLists 1`] = ` "sourceChannel": "channel-24", "sourceDenom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006", }, - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg", }, @@ -3301,7 +3301,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Hash is the staking token of the Provenance Blockchain", "display": "hash", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg", }, @@ -3339,7 +3339,7 @@ exports[`getAssetLists 1`] = ` ], "description": "REGEN coin is the token for the Regen Network Platform", "display": "regen", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png", }, "name": "Regen Network", @@ -3376,7 +3376,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Native token of Rizon Chain", "display": "atolo", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg", }, @@ -3414,7 +3414,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Secret Network", "display": "scrt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg", }, @@ -3452,7 +3452,7 @@ exports[`getAssetLists 1`] = ` ], "description": "DVPN is the native token of the Sentinel Hub.", "display": "dvpn", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png", }, "name": "Sentinel", @@ -3489,7 +3489,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Shentu", "display": "ctk", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png", }, "name": "Shentu", @@ -3522,7 +3522,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.", "display": "rowan", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg", }, @@ -3567,7 +3567,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain", "display": "somm", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg", }, @@ -3605,7 +3605,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Stargaze", "display": "stars", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png", }, "name": "Stargaze", @@ -3642,7 +3642,7 @@ exports[`getAssetLists 1`] = ` ], "description": "IOV coin is the token for the Starname (IOV) Asset Name Service", "display": "iov", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg", }, @@ -3690,7 +3690,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native staking token of Terra Classic.", "display": "luna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg", }, @@ -3738,7 +3738,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The USD stablecoin of Terra Classic.", "display": "ust", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg", }, @@ -3786,7 +3786,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The KRW stablecoin of Terra Classic.", "display": "krt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg", }, @@ -3833,7 +3833,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The AUD stablecoin of Terra Classic.", "display": "aut", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg", }, @@ -3880,7 +3880,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The CAD stablecoin of Terra Classic.", "display": "cat", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg", }, @@ -3927,7 +3927,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The CHF stablecoin of Terra Classic.", "display": "cht", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg", }, @@ -3974,7 +3974,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The CNY stablecoin of Terra Classic.", "display": "cnt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg", }, @@ -4021,7 +4021,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The DKK stablecoin of Terra Classic.", "display": "dkt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg", }, @@ -4068,7 +4068,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The EUR stablecoin of Terra Classic.", "display": "eut", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg", }, @@ -4115,7 +4115,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The GBP stablecoin of Terra Classic.", "display": "gbt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg", }, @@ -4162,7 +4162,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The HKD stablecoin of Terra Classic.", "display": "hkt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg", }, @@ -4209,7 +4209,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The IDR stablecoin of Terra Classic.", "display": "idt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg", }, @@ -4256,7 +4256,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The INR stablecoin of Terra Classic.", "display": "int", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg", }, @@ -4303,7 +4303,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The JPY stablecoin of Terra Classic.", "display": "jpt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg", }, @@ -4350,7 +4350,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The MNT stablecoin of Terra Classic.", "display": "mnt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg", }, @@ -4397,7 +4397,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The MYR stablecoin of Terra Classic.", "display": "myt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg", }, @@ -4444,7 +4444,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The NOK stablecoin of Terra Classic.", "display": "not", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg", }, @@ -4491,7 +4491,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The PHP stablecoin of Terra Classic.", "display": "pht", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg", }, @@ -4538,7 +4538,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The SDR stablecoin of Terra Classic.", "display": "sdt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg", }, @@ -4585,7 +4585,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The SEK stablecoin of Terra Classic.", "display": "set", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg", }, @@ -4632,7 +4632,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The SGD stablecoin of Terra Classic.", "display": "sgt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg", }, @@ -4679,7 +4679,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The THB stablecoin of Terra Classic.", "display": "tht", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg", }, @@ -4726,7 +4726,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The TWD stablecoin of Terra Classic.", "display": "twt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg", }, @@ -4765,7 +4765,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Tgrade", "display": "tgd", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg", }, @@ -4803,7 +4803,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Umee", "display": "umee", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png", }, "name": "Umee", @@ -4841,7 +4841,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Vidulum", "display": "vdl", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg", }, @@ -4880,7 +4880,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token cw20 for Neta on Juno Chain", "display": "neta", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg", }, @@ -4922,7 +4922,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token cw20 for Marble DAO on Juno Chain", "display": "marble", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg", }, @@ -4964,7 +4964,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.", "display": "hope", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg", }, @@ -5006,7 +5006,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem", "display": "rac", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg", }, @@ -5047,7 +5047,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of Marble DEX on Juno Chain", "display": "block", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg", }, @@ -5084,7 +5084,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The DAO token to build consensus among Hong Kong People", "display": "dhk", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg", }, @@ -5126,7 +5126,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Token governance for Junoswap", "display": "raw", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png", }, "name": "JunoSwap", @@ -5166,7 +5166,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!", "display": "asvt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png", }, "name": "Another.Software Validator Token", @@ -5206,7 +5206,7 @@ exports[`getAssetLists 1`] = ` ], "description": "IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.", "display": "hns", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg", }, "name": "IBC HNS (Handshake)", @@ -5246,7 +5246,7 @@ exports[`getAssetLists 1`] = ` ], "description": "DAO dedicated to building tools on the Juno Network", "display": "joe", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png", }, "name": "JoeDAO", @@ -5286,7 +5286,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Governance Token for Digital Land Acquisition DAO", "display": "dla", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg", }, @@ -5327,7 +5327,7 @@ exports[`getAssetLists 1`] = ` ], "description": "DeFi gaming platform built on Juno", "display": "glto", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg", }, @@ -5368,7 +5368,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Gelotto Year 1 Grand Prize Token", "display": "gkey", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg", }, @@ -5409,7 +5409,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token cw20 for BlackHole on Juno Chain", "display": "blkh", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg", }, @@ -5451,7 +5451,7 @@ exports[`getAssetLists 1`] = ` ], "description": "ELEVENPARIS loyalty token on KiChain", "display": "lvn", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png", }, "name": "LVN", diff --git a/v2/packages/utils/__tests__/__snapshots__/ibc-assets.test.ts.snap b/v2/packages/utils/__tests__/__snapshots__/ibc-assets.test.ts.snap index 078ed0220..8a7ce7d28 100644 --- a/v2/packages/utils/__tests__/__snapshots__/ibc-assets.test.ts.snap +++ b/v2/packages/utils/__tests__/__snapshots__/ibc-assets.test.ts.snap @@ -22,7 +22,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.", "display": "akt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg", }, @@ -60,7 +60,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Asset Mantle", "display": "mntl", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png", }, "name": "AssetMantle", @@ -97,7 +97,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Axelar", "display": "axl", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg", }, @@ -135,7 +135,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Circle's stablecoin on Axelar", "display": "usdc", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg", }, @@ -173,7 +173,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Frax's fractional-algorithmic stablecoin on Axelar", "display": "frax", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg", }, @@ -211,7 +211,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Dai stablecoin on Axelar", "display": "dai", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg", }, @@ -249,7 +249,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Tether's USD stablecoin on Axelar", "display": "usdt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg", }, @@ -287,7 +287,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Wrapped Ether on Axelar", "display": "weth", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png", }, "name": "Wrapped Ether", @@ -324,7 +324,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Wrapped Bitcoin on Axelar", "display": "wbtc", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png", }, "name": "Wrapped Bitcoin", @@ -361,7 +361,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Aave on Axelar", "display": "aave", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg", }, "name": "Aave", @@ -398,7 +398,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "ApeCoin on Axelar", "display": "ape", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg", }, "name": "ApeCoin", @@ -436,7 +436,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Axie Infinity Shard on Axelar", "display": "axs", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg", }, "name": "Axie Infinity Shard", @@ -474,7 +474,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Chainlink on Axelar", "display": "link", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg", }, @@ -512,7 +512,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Maker on Axelar", "display": "mkr", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg", }, "name": "Maker", @@ -549,7 +549,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Rai Reflex Index on Axelar", "display": "rai", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg", }, "name": "Rai Reflex Index", @@ -586,7 +586,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Shiba Inu on Axelar", "display": "shib", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg", }, "name": "Shiba Inu", @@ -623,7 +623,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Lido Staked Ether on Axelar", "display": "steth", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg", }, "name": "Lido Staked Ether", @@ -660,7 +660,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Uniswap on Axelar", "display": "uni", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg", }, "name": "Uniswap", @@ -697,7 +697,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Chain on Axelar", "display": "xcn", - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg", }, "name": "Chain", @@ -734,7 +734,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Wrapped Polkadot on Axelar", "display": "dot", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg", }, @@ -772,7 +772,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Wrapped Moonbeam on Axelar", "display": "wglmr", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg", }, @@ -810,7 +810,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of BandChain", "display": "band", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg", }, @@ -848,7 +848,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.", "display": "bcna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg", }, @@ -886,7 +886,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "BitSong Native Token", "display": "btsg", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg", }, @@ -924,7 +924,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Adam Clay a BitSong Music FanToken", "display": "clay", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png", }, "name": "Adam Clay FanToken", @@ -960,7 +960,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Nicola Fasano a BitSong Music FanToken", "display": "fasano", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png", }, "name": "Nicola Fasano Fantoken", @@ -996,7 +996,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Delta 9 a BitSong Music FanToken", "display": "d9x", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png", }, "name": "Delta 9 Fantoken", @@ -1032,7 +1032,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "FONTI a BitSong Music FanToken", "display": "fonti", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png", }, "name": "FONTI Fantoken", @@ -1068,7 +1068,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "BlackJack a BitSong Music FanToken", "display": "bjks", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png", }, "name": "BlackJack Fantoken", @@ -1104,7 +1104,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Rawanne a BitSong Music FanToken", "display": "rwne", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png", }, "name": "Rawanne Fantoken", @@ -1140,7 +1140,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Enmoda a BitSong Music FanToken", "display": "enmoda", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png", }, "name": "Enmoda Fantoken", @@ -1176,7 +1176,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "404Deep Records a BitSong Music FanToken", "display": "404dr", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png", }, "name": "404Deep Records Fantoken", @@ -1212,7 +1212,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "N43 a BitSong Music FanToken", "display": "n43", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png", }, "name": "N43 Fantoken", @@ -1248,7 +1248,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Puro Lobo a BitSong Music FanToken", "display": "lobo", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png", }, "name": "Puro Lobo Fantoken", @@ -1284,7 +1284,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Vibranium a BitSong Music FanToken", "display": "vibra", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png", }, "name": "Vibranium Fantoken", @@ -1320,7 +1320,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Karina a BitSong Music FanToken", "display": "karina", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png", }, "name": "Karina Fantoken", @@ -1356,7 +1356,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Luca Testa a BitSong Music FanToken", "display": "testa", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png", }, "name": "Luca Testa Fantoken", @@ -1392,7 +1392,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Carolina Marquez a BitSong Music FanToken", "display": "cmqz", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png", }, "name": "Carolina Marquez Fantoken", @@ -1425,7 +1425,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The staking token of Bostrom", "display": "boot", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png", }, "name": "Bostrom", @@ -1465,7 +1465,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Carbon", "display": "dswth", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg", }, @@ -1503,7 +1503,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Cerberus Chain", "display": "crbrus", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png", }, "name": "Cerberus", @@ -1540,7 +1540,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Native token for the cheqd network", "display": "cheq", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg", }, @@ -1578,7 +1578,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Chihuahua Chain", "display": "huahua", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png", }, "name": "Chihuahua", @@ -1615,7 +1615,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Native Token of Comdex Protocol", "display": "cmdx", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png", }, "name": "Comdex", @@ -1652,7 +1652,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native staking and governance token of the Cosmos Hub.", "display": "atom", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg", }, @@ -1691,7 +1691,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Crescent", "display": "cre", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg", }, @@ -1730,7 +1730,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The bonded token of Crescent", "display": "bcre", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg", }, @@ -1768,7 +1768,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "CRO coin is the token for the Crypto.com platform.", "display": "cro", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png", }, "name": "Cronos", @@ -1806,7 +1806,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Decentr", "display": "dec", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg", }, @@ -1845,7 +1845,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Desmos", "display": "dsm", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg", }, @@ -1883,7 +1883,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Native token of Dig Chain", "display": "dig", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png", }, "name": "Dig Chain", @@ -1920,7 +1920,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.", "display": "ngm", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png", }, "name": "e-Money", @@ -1957,7 +1957,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.", "display": "eur", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png", }, "name": "e-Money EUR", @@ -1994,7 +1994,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native EVM, governance and staking token of the Evmos Hub", "display": "evmos", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg", }, @@ -2032,7 +2032,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native staking and governance token of the Fetch Hub.", "display": "fet", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg", }, @@ -2069,7 +2069,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.", "display": "mobx", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg", }, @@ -2106,7 +2106,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "GLX is the staking token of the Galaxy Chain", "display": "glx", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg", }, @@ -2143,7 +2143,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token", "display": "l1", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg", }, @@ -2187,7 +2187,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg", }, @@ -2234,7 +2234,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg", }, @@ -2276,7 +2276,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg", }, "name": "Wrapped Ethereum", @@ -2317,7 +2317,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", }, "name": "USD Coin", @@ -2358,7 +2358,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg", }, "name": "Tether USD", @@ -2400,7 +2400,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg", }, @@ -2442,7 +2442,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg", }, "name": "Dai Stablecoin", @@ -2488,7 +2488,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg", }, @@ -2534,7 +2534,7 @@ exports[`getIbcAssets 1`] = ` "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png", }, "name": "OccamFi", @@ -2580,7 +2580,7 @@ exports[`getIbcAssets 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg", }, @@ -2618,7 +2618,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of IXO Chain", "display": "ixo", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png", }, "name": "IXO", @@ -2655,7 +2655,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The INJ token is the native governance token for the Injective chain.", "display": "inj", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg", }, @@ -2693,7 +2693,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The IRIS token is the native governance token for the IrisNet chain.", "display": "iris", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg", }, @@ -2731,7 +2731,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of JUNO Chain", "display": "juno", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg", }, @@ -2769,7 +2769,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native staking and governance token of Kava", "display": "kava", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png", }, "name": "Kava", @@ -2806,7 +2806,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Governance token of Kava Lend Protocol", "display": "HARD", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg", }, @@ -2844,7 +2844,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Governance token of Kava Swap Protocol", "display": "SWP", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg", }, @@ -2882,7 +2882,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Ki Chain", "display": "xki", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg", }, @@ -2920,7 +2920,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Konstellation Network", "display": "darc", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg", }, @@ -2958,7 +2958,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.", "display": "like", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg", }, @@ -2995,7 +2995,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Lumen Network", "display": "lumen", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png", }, "name": "LUMEN", @@ -3032,7 +3032,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Native token of the Lum Network", "display": "lum", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg", }, @@ -3069,7 +3069,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "MEME Token (MEME) is the native staking token of the MEME Chain", "display": "meme", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg", }, @@ -3106,7 +3106,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App", "display": "tick", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg", }, @@ -3144,7 +3144,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Oraichain", "display": "orai", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg", }, @@ -3182,7 +3182,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem", "display": "med", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png", }, "name": "MediBloc", @@ -3219,7 +3219,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The XPRT token is primarily a governance token for the Persistence chain.", "display": "xprt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg", }, @@ -3262,7 +3262,7 @@ exports[`getIbcAssets 1`] = ` "sourceChannel": "channel-24", "sourceDenom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006", }, - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg", }, @@ -3301,7 +3301,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Hash is the staking token of the Provenance Blockchain", "display": "hash", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg", }, @@ -3339,7 +3339,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "REGEN coin is the token for the Regen Network Platform", "display": "regen", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png", }, "name": "Regen Network", @@ -3376,7 +3376,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Native token of Rizon Chain", "display": "atolo", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg", }, @@ -3414,7 +3414,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Secret Network", "display": "scrt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg", }, @@ -3452,7 +3452,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "DVPN is the native token of the Sentinel Hub.", "display": "dvpn", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png", }, "name": "Sentinel", @@ -3489,7 +3489,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Shentu", "display": "ctk", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png", }, "name": "Shentu", @@ -3522,7 +3522,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.", "display": "rowan", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg", }, @@ -3567,7 +3567,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain", "display": "somm", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg", }, @@ -3605,7 +3605,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Stargaze", "display": "stars", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png", }, "name": "Stargaze", @@ -3642,7 +3642,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "IOV coin is the token for the Starname (IOV) Asset Name Service", "display": "iov", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg", }, @@ -3690,7 +3690,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native staking token of Terra Classic.", "display": "luna", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg", }, @@ -3738,7 +3738,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The USD stablecoin of Terra Classic.", "display": "ust", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg", }, @@ -3786,7 +3786,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The KRW stablecoin of Terra Classic.", "display": "krt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg", }, @@ -3833,7 +3833,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The AUD stablecoin of Terra Classic.", "display": "aut", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg", }, @@ -3880,7 +3880,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The CAD stablecoin of Terra Classic.", "display": "cat", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg", }, @@ -3927,7 +3927,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The CHF stablecoin of Terra Classic.", "display": "cht", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg", }, @@ -3974,7 +3974,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The CNY stablecoin of Terra Classic.", "display": "cnt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg", }, @@ -4021,7 +4021,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The DKK stablecoin of Terra Classic.", "display": "dkt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg", }, @@ -4068,7 +4068,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The EUR stablecoin of Terra Classic.", "display": "eut", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg", }, @@ -4115,7 +4115,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The GBP stablecoin of Terra Classic.", "display": "gbt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg", }, @@ -4162,7 +4162,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The HKD stablecoin of Terra Classic.", "display": "hkt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg", }, @@ -4209,7 +4209,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The IDR stablecoin of Terra Classic.", "display": "idt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg", }, @@ -4256,7 +4256,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The INR stablecoin of Terra Classic.", "display": "int", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg", }, @@ -4303,7 +4303,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The JPY stablecoin of Terra Classic.", "display": "jpt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg", }, @@ -4350,7 +4350,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The MNT stablecoin of Terra Classic.", "display": "mnt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg", }, @@ -4397,7 +4397,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The MYR stablecoin of Terra Classic.", "display": "myt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg", }, @@ -4444,7 +4444,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The NOK stablecoin of Terra Classic.", "display": "not", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg", }, @@ -4491,7 +4491,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The PHP stablecoin of Terra Classic.", "display": "pht", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg", }, @@ -4538,7 +4538,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The SDR stablecoin of Terra Classic.", "display": "sdt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg", }, @@ -4585,7 +4585,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The SEK stablecoin of Terra Classic.", "display": "set", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg", }, @@ -4632,7 +4632,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The SGD stablecoin of Terra Classic.", "display": "sgt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg", }, @@ -4679,7 +4679,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The THB stablecoin of Terra Classic.", "display": "tht", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg", }, @@ -4726,7 +4726,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The TWD stablecoin of Terra Classic.", "display": "twt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg", }, @@ -4765,7 +4765,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Tgrade", "display": "tgd", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg", }, @@ -4803,7 +4803,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Umee", "display": "umee", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png", }, "name": "Umee", @@ -4841,7 +4841,7 @@ exports[`getIbcAssets 1`] = ` ], "description": "The native token of Vidulum", "display": "vdl", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg", }, diff --git a/v2/packages/utils/__tests__/__snapshots__/special.assets.test.ts.snap b/v2/packages/utils/__tests__/__snapshots__/special.assets.test.ts.snap index dc14c9774..a0fc48393 100644 --- a/v2/packages/utils/__tests__/__snapshots__/special.assets.test.ts.snap +++ b/v2/packages/utils/__tests__/__snapshots__/special.assets.test.ts.snap @@ -22,7 +22,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.", "display": "akt", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg", }, @@ -60,7 +60,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native staking and governance token of the Cosmos Hub.", "display": "atom", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg", }, @@ -98,7 +98,7 @@ exports[`getAssetLists 1`] = ` ], "description": "CRO coin is the token for the Crypto.com platform.", "display": "cro", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png", }, "name": "Cronos", @@ -135,7 +135,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The IRIS token is the native governance token for the IrisNet chain.", "display": "iris", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg", }, @@ -173,7 +173,7 @@ exports[`getAssetLists 1`] = ` ], "description": "The native token of JUNO Chain", "display": "juno", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg", }, @@ -216,7 +216,7 @@ exports[`getAssetLists 1`] = ` "dex", "staking", ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg", }, @@ -256,7 +256,7 @@ exports[`getAssetLists 1`] = ` "keywords": [ "memecoin", ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg", }, @@ -300,7 +300,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg", }, @@ -338,7 +338,7 @@ exports[`getAssetLists 1`] = ` ], "description": "REGEN coin is the token for the Regen Network Platform", "display": "regen", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png", }, "name": "Regen Network", @@ -375,7 +375,7 @@ exports[`getAssetLists 1`] = ` ], "description": "DVPN is the native token of the Sentinel Hub.", "display": "dvpn", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png", }, "name": "Sentinel", @@ -408,7 +408,7 @@ exports[`getAssetLists 1`] = ` ], "description": "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.", "display": "rowan", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg", }, @@ -446,7 +446,7 @@ exports[`getAssetLists 1`] = ` ], "description": "IOV coin is the token for the Starname (IOV) Asset Name Service", "display": "iov", - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg", }, @@ -490,7 +490,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg", }, @@ -537,7 +537,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg", }, @@ -579,7 +579,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg", }, "name": "Wrapped Ethereum", @@ -620,7 +620,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg", }, "name": "USD Coin", @@ -661,7 +661,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg", }, "name": "Tether USD", @@ -703,7 +703,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg", }, @@ -745,7 +745,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg", }, ], - "logoUris": { + "logoURIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg", }, "name": "Dai Stablecoin", @@ -791,7 +791,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg", }, @@ -837,7 +837,7 @@ exports[`getAssetLists 1`] = ` "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png", }, "name": "OccamFi", @@ -883,7 +883,7 @@ exports[`getAssetLists 1`] = ` "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg", }, ], - "logoUris": { + "logoURIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg", }, diff --git a/v2/packages/utils/__tests__/assets.test.ts b/v2/packages/utils/__tests__/assets.test.ts index 3e991d0e0..330531e3d 100644 --- a/v2/packages/utils/__tests__/assets.test.ts +++ b/v2/packages/utils/__tests__/assets.test.ts @@ -14,38 +14,38 @@ import { getNativeAssetByChainName, getSymbolByDenom } from '../src/assets'; -import { assetLists, chains } from '../test-utils'; +import { assetLists as assets, chains } from '../test-utils'; describe('tests for assets utils', () => { it('getAssetByDenom', () => { - expect(() => getAssetByDenom(assetLists, 'uosmo')).toThrow(); - const asset = getAssetByDenom(assetLists, 'uosmo', 'osmosis'); + expect(() => getAssetByDenom(assets, 'uosmo')).toThrow(); + const asset = getAssetByDenom(assets, 'uosmo', 'osmosis'); expect(asset?.base).toEqual('uosmo'); }); it('getAssetBySymbol', () => { expect(getAssetBySymbol([], 'ATOM')).toBeUndefined(); - const asset1 = getAssetBySymbol(assetLists, 'DVPN', 'sentinel'); + const asset1 = getAssetBySymbol(assets, 'DVPN'); expect(asset1?.base).toEqual('udvpn'); - const asset2 = getAssetBySymbol(assetLists, 'SOMM', 'sommelier'); + const asset2 = getAssetBySymbol(assets, 'SOMM'); expect(asset2?.base).toEqual('usomm'); }); it('getChainLogo', () => { - const logo1 = getChainLogo(assetLists, 'comdex'); + const logo1 = getChainLogo(assets, 'comdex'); expect(logo1).toEqual( 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png' ); - const logo2 = getChainLogo(assetLists, 'cosmoshub'); + const logo2 = getChainLogo(assets, 'cosmoshub'); expect(logo2).toEqual( 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png' ); }); it('getChainNameByDenom', () => { - const chain1 = getChainNameByDenom(assetLists, 'ucmdx'); + const chain1 = getChainNameByDenom(assets, 'ucmdx'); expect(chain1).toEqual('comdex'); - expect(() => getChainNameByDenom(assetLists, 'uatom')).toThrow(); + expect(() => getChainNameByDenom(assets, 'uatom')).toThrow(); }); it('getChainNameByStakingDenom', () => { @@ -56,79 +56,79 @@ describe('tests for assets utils', () => { }); it('getDenomByCoinGeckoId', () => { - const denom1 = getDenomByCoinGeckoId(assetLists, 'jackal'); + const denom1 = getDenomByCoinGeckoId(assets, 'jackal'); expect(denom1).toEqual('ujkl'); - const denom2 = getDenomByCoinGeckoId(assetLists, 'stargaze', 'stargaze'); + const denom2 = getDenomByCoinGeckoId(assets, 'stargaze', 'stargaze'); expect(denom2).toEqual('ustars'); }); it('getSymbolByDenom', () => { - const denom1 = getSymbolByDenom(assetLists, 'swth'); + const denom1 = getSymbolByDenom(assets, 'swth'); expect(denom1).toEqual('SWTH'); - const denom2 = getSymbolByDenom(assetLists, 'uusdc', 'axelar'); + const denom2 = getSymbolByDenom(assets, 'uusdc', 'axelar'); expect(denom2).toEqual('USDC'); }); it('getDenomBySymbol', () => { - const denom1 = getDenomBySymbol(assetLists, 'OCTA'); + const denom1 = getDenomBySymbol(assets, 'OCTA'); expect(denom1).toEqual('uocta'); - const denom2 = getDenomBySymbol(assetLists, 'NOM', 'nomic'); + const denom2 = getDenomBySymbol(assets, 'NOM', 'nomic'); expect(denom2).toEqual('unom'); }); it('getExponentByDenom', () => { - const exponent = getExponentByDenom(assetLists, 'uosmo', 'osmosis'); + const exponent = getExponentByDenom(assets, 'uosmo', 'osmosis'); expect(exponent).toEqual(6); }); it('getExponentBySymbol', () => { - const exponent = getExponentBySymbol(assetLists, 'OCTA'); + const exponent = getExponentBySymbol(assets, 'OCTA'); expect(exponent).toEqual(6); - expect(() => getExponentBySymbol(assetLists, 'ATOM')).toThrow(); - const exponent2 = getExponentBySymbol(assetLists, 'ATOM', 'cosmoshub'); + expect(() => getExponentBySymbol(assets, 'ATOM')).toThrow(); + const exponent2 = getExponentBySymbol(assets, 'ATOM', 'cosmoshub'); expect(exponent2).toEqual(6); }); it('getNativeAssetByChainName', () => { - const nativeToken = getNativeAssetByChainName(assetLists, 'osmosis'); + const nativeToken = getNativeAssetByChainName(assets, 'osmosis'); expect(nativeToken.base).toEqual('uosmo'); - const nativeToken2 = getNativeAssetByChainName(assetLists, 'juno'); + const nativeToken2 = getNativeAssetByChainName(assets, 'juno'); expect(nativeToken2.base).toEqual('ujuno'); }); it('getAssetLogoByDenom', () => { - const logo = getAssetLogoByDenom(assetLists, 'uosmo', 'osmosis'); + const logo = getAssetLogoByDenom(assets, 'uosmo', 'osmosis'); expect(logo).toEqual( 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png' ); - expect(() => getAssetLogoByDenom(assetLists, 'uatom')).toThrow(); - const logo2 = getAssetLogoByDenom(assetLists, 'uatom', 'cosmoshub'); + expect(() => getAssetLogoByDenom(assets, 'uatom')).toThrow(); + const logo2 = getAssetLogoByDenom(assets, 'uatom', 'cosmoshub'); expect(logo2).toEqual( 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png' ); - const logo3 = getAssetLogoByDenom(assetLists, 'ubcre'); + const logo3 = getAssetLogoByDenom(assets, 'ubcre'); expect(logo3).toEqual( 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png' ); }); it('getAssetNameByDenom', () => { - expect(() => getAssetNameByDenom(assetLists, 'uatom')).toThrow(); - const name = getAssetNameByDenom(assetLists, 'uatom', 'cosmoshub'); - expect(name).toEqual('Cosmos Hub Atom'); - const name2 = getAssetNameByDenom(assetLists, 'ubcre'); + expect(() => getAssetNameByDenom(assets, 'uatom')).toThrow(); + const name = getAssetNameByDenom(assets, 'uatom', 'cosmoshub'); + expect(name).toEqual('Cosmos'); + const name2 = getAssetNameByDenom(assets, 'ubcre'); expect(name2).toEqual('Bonded Crescent'); }); }); describe('getCoinGeckoIdByDenom', () => { it('uosmo coingecko id', () => { - const id = getCoinGeckoIdByDenom(assetLists, 'uosmo'); + const id = getCoinGeckoIdByDenom(assets, 'uosmo'); expect(id).toEqual('osmosis'); }); it('ujkl coingecko id on testnet', () => { - const id = getCoinGeckoIdByDenom(assetLists, 'ujkl', { + const id = getCoinGeckoIdByDenom(assets, 'ujkl', { allowTestnet: true, excludedChainNames: ['jackal'] }); @@ -136,14 +136,14 @@ describe('getCoinGeckoIdByDenom', () => { }); it('uluna coingecko id on terra2', () => { - const id = getCoinGeckoIdByDenom(assetLists, 'uluna', { + const id = getCoinGeckoIdByDenom(assets, 'uluna', { excludedChainNames: ['terra'] }); expect(id).toEqual('terra-luna-2'); }); it('uusdc coingecko id without traces', () => { - const id = getCoinGeckoIdByDenom(assetLists, 'uusdcc', { + const id = getCoinGeckoIdByDenom(assets, 'uusdcc', { customAssetFilter(asset) { return !asset.traces; }